Delete a card
Use this endpoint to permanently delete a card. Please note that once a card is deleted, the action cannot be reversed, and all associated data will be lost.
Parameters
No parameters.
Returns
Returns an empty response.
delete
/api/cards/{id}
curl -X DELETE https://{workspace}.kitchen.co/api/cards/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null