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

# Delete label

> Delete a label by ID.

## Request

<ParamField path="label" type="string" required>
  The label ID to delete.
</ParamField>

## Response

Returns `204 No Content` on success.

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://app.trypost.it/api/labels/c3d4e5f6-a7b8-9c0d-1e2f-3a4b5c6d7e8f \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
