Skip to main content
DELETE
/
boards
/
labels
/
{id}
Delete board label
curl --request DELETE \
  --url https://api.surefeedback.com/api/v1/boards/labels/{id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "id": "label-001"
  }
}

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.

Deletes a label from the active organization.

Path parameters

id
string
required
UUID of the label.
{
  "success": true,
  "data": {
    "id": "label-001"
  }
}