200 OK
If your post is deleted successfully you will get back a 200 response code.
400 Bad Request
If you attempt to delete a non-existent post, you will get back a 201 response code.
403 Forbidden
You have tried to delete a post for which you do not have sufficient permissions.
There are no optional parameters for this operation.
Responses are single-member objects which have a property name based on the type of result. The Success result will look like:
{ "Success" : string}
Where the string is the system assigned unique identifier for the post that was just deleted. The Error result will be a flat array of objects, which have keys for the message name and explanatory text.
{
"Error" : [
{ "Name" : string, "Message" : string },
{ "Name" : string, "Message" : string },
...
]
}
There are no supported events for this resource operation.
deleted, regardless of the posts's current approval status. The post will be suppressed from post listings and will no longer be available for further modification.curl -H "Accept: application/vnd.compendium.blog;version=2,application/json" --user someuser:mgc3crqk45ufzkfb -XDELETE https://api.test.compendiumblog.com/app/post/4a799373-ee13-41c4-a12a-35f...