> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove labels

> Remove labels from a thread by label ID.

You can remove labels from a thread with a call to `removeLabels`. Label IDs for this call can be retrieved by fetching a thread with the API.

<Snippet file="graphql/sdk-note.mdx" />

This operation requires the following permissions:

* `label:delete`

<Snippet file="graphql/remove-labels.mdx" />
