Posts
Delete post
Deletes a post.
delete/api/v1/posts/{id}
Path parameters
idinteger required
Response
Post deleted successfully
Example response
{
"status": true,
"message": "Operation successful"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.