Skip to content

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'
Clone this wiki locally