-
Notifications
You must be signed in to change notification settings - Fork 22
Delete comment
Onur Akpolat edited this page Nov 4, 2016
·
1 revision
Delete a comment on an object.
Endpoint
DELETE https://api.tapglue.com/0.4/posts/:PostID/comments/:CommentID
Example
curl https://api.tapglue.com/0.4/posts/:PostID/comments/:CommentID \
-X DELETE \
-u APP_TOKEN:SESSION_TOKEN \
-H "User-Agent: Tapglue Test UA" \
-H 'Accept: application/json'