posts

Delete a post

Soft deletes a post, by marking the post as deleted in the database. Soft deleted posts will not be returned in post queries.

Permissions

Must be logged in as the user or have delete_others_posts permission.

delete/api/v4/posts/{post_id}

Path parameters

post_idstring required

ID of the post to delete

Response

Post deletion successful

statusstring

Will contain "ok" if the request was successful and there was nothing else to return

Changes