Skip to content

Delete post

Onur Akpolat edited this page Nov 3, 2016 · 1 revision

Delete a single post.

Endpoint

DELETE https://api.tapglue.com/0.4/posts/:PostID

Example

curl https://api.tapglue.com/0.4/posts/:PostID \
    -X DELETE \
    -u APP_TOKEN:SESSION_TOKEN \
    -H "User-Agent: Tapglue Test UA" \
    -H 'Accept: application/json'
Clone this wiki locally