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