Skip to main content

Delete a list

Permanently deletes a list with all tasks inside. It cannot be undone.

Parameters

No parameters.

Returns

Returns an empty response.

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