Skip to main content

Remove label

Removes the specified label from the card.

Parameters

No parameters.

Returns

Returns the removed label object.

delete
/api/cards/{id}/labels/{id}
curl -X DELETE https://{workspace}.kitchen.co/api/cards/{id}/labels/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null