Delete a subtask list
Use this endpoint to permanently delete a subtask list. Once deleted, the action cannot be reversed and all subtasks in the list will be removed.
Parameters
No parameters.
Returns
Returns an empty response.
delete
/api/tasks/{taskId}/subtask-lists/{subtaskListId}
curl -X DELETE https://{workspace}.kitchen.co/api/tasks/{taskId}/subtask-lists/{subtaskListId} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null