Skip to main content

Delete a post

DELETE 

/api/v4/posts/:post_id

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.

Request

Responses

Post deletion successful