DELETE https://cms.thepublive.com/publisher/{publisher_id}/category/{id}/
Permanently deletes a category.
Warning: This action cannot be undone. Posts assigned to this category will need to be reassigned.
Path Parameters
| Name | Type | Description |
|---|
| id | integer | Category 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"
}