Skip to main content
DELETE
/
labels
/
{id}
Delete a label
curl --request DELETE \
  --url https://app.tryordinal.com/api/v1/labels/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "color": "<string>",
  "backgroundColor": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Label ID (UUID)

Response

Label deleted

id
string<uuid>
name
string
color
string

Hex color code

backgroundColor
string

Hex background color code

createdAt
string<date-time>
updatedAt
string<date-time>