> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete category

> Delete a category with the given ID and all related jobs

<Note>Requires admin authentication</Note>
<Warning>All jobs related to the deleted category will be deleted as well</Warning>

<ParamField path="id" type="integer" required>
  The id of the category to delete
</ParamField>

<ResponseExample>
  ```json Response theme={"system"}
    {
      "message": "Category was successfully removed."
    }
  ```
</ResponseExample>
