DELETE https://cms.thepublive.com/publisher/{publisher_id}/post/{id}/
Permanently deletes a post.
Warning: This action cannot be undone. The post and all its associated data will be permanently removed.
Path Parameters
| Name | Type | Description |
|---|
| id | integer | Post ID |
| Name | Type | Required | Description |
|---|
| username | string | Yes | API Key |
| password | string | Yes | API Secret |
200: OK
401: Unauthorized
404: Not Found
{
"status": "success",
"message": "Deleted successfully!"
}
{
"status": "error",
"message": "Unauthorized"
}
{
"status": "error",
"message": "Not found"
}