> ## 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 term

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

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

<ParamField path="id" type="integer" required>
  The id of the term to update
</ParamField>

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