Skip to main content

Delete a custom field

Permanently deletes a custom field. It cannot be undone.

Parameters

No parameters.

Returns

Returns an empty response.

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