Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 504 Bytes

File metadata and controls

21 lines (15 loc) · 504 Bytes
title Remove labels

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.

This operation requires the following permissions:

  • label:delete
Which if successful will console log `null`.
<Tab title="GraphQL">
  <Snippet file="graphql/remove-labels.mdx" />
</Tab>