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
- 200
- 400
- 401
- 403
Post deletion successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions