Skip to main content
DELETE
/
label
/
{id}
cURL
curl --request DELETE \
  --url https://cloud.kaneo.app/api/label/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "color": "<string>",
  "createdAt": "<unknown>",
  "taskId": "<string>",
  "workspaceId": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authentication

Path Parameters

id
string
required

Response

200 - application/json

Label deleted successfully

id
string
required
name
string
required
color
string
required
createdAt
any
required
taskId
string | null
required
workspaceId
string | null
required