Skip to main content
DELETE
/
labels
/
{id}
Delete Label
curl --request DELETE \
  --url https://api.attention.tech/v2/labels/{id} \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

UUID of the label to delete.

Response