# Category Delete

Delete category from project

DELETE

/api/categories/{category_id}

Response:

{
    "message": "Category deleted."
}