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

# Delete label

> Delete a label

Delete a label. The label is removed from any assistants it was applied to — the assistants themselves are **not** affected.

### Path Parameters

<ParamField path="id" type="integer" required>
  The label ID. Must belong to your account.
</ParamField>

<ResponseExample>
  ```json 200 Success Response theme={null}
  { "message": "Label deleted successfully" }
  ```

  ```json 404 Not Found theme={null}
  { "message": "Label not found" }
  ```
</ResponseExample>
