cURL
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" }
Delete a label from the workspace
API key authentication. Generate an API key from your workspace settings.
Label ID (UUID)
Label deleted
Hex color code
Hex background color code
Was this page helpful?