Skip to content

admin delete_post.json

Timothy Duffy edited this page Mar 10, 2015 · 1 revision

###admin/delete_post.json###

All admin api's require a token to be passed in. See get_access_token.json for more information.

admin/delete_post.json?token=238236fa-0e1a-499c-8051-c46e2f416387

This end point is used to flag inappropriate material, and to 'delete' a post. Note that a post is not actually deleted, it is just flagged as such in the database. This is a HTTP POST end point.

There is a single field:

post_id
    This is the ID of the desired post to delete.

Example response:

{
    "post_id": 5,
    "success": true
}
Clone this wiki locally