Delete a client
Permanently deletes a client. It cannot be undone.
Parameters
No parameters.
Returns
Returns an empty response.
delete
/api/clients/{id}
curl -X DELETE https://{workspace}.kitchen.co/api/clients/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null