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

# Detach label from board comment

> Detach a label from a board comment.

Detaches a single label from a board comment.

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the comment.
</ParamField>

<ParamField path="labelId" type="string" required>
  UUID of the label to detach.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "message": "Label detached successfully"
    }
  }
  ```
</ResponseExample>
