Delete a label and detach it from every competitor it is assigned to.
Delete a label and detach it from every competitor it is assigned to — Competitor Tracker & Co. API reference for DELETE /v1/labels/{id}: request parameters.
Required role: admin or higher (organization-level).
Required scope: labels:write (for both OAuth2 tokens and API keys).
curl -X DELETE "https://api.competitortracker.io/v1/labels/01J0000000000000000000A001"Empty
{
"code": "string",
"message": "string",
"resolution": "string"
}Rename and/or recolor a label belonging to the current organization. PATCH
Rename and/or recolor a label belonging to the current organization — Competitor Tracker & Co. API reference for PATCH /v1/labels/{id}: request parameters.
Assign a label to a competitor (idempotent on already-assigned). POST
Assign a label to a competitor (idempotent on already-assigned) — Competitor Tracker & Co. API reference for POST /v1/competitors/{id}/labels: request.