Path Parameters
The ID of the list to delete
Response
Returns 204 No Content on successful deletion
Error Responses
Missing List ID - 400 Bad Request
Missing List ID - 400 Bad Request
Root List Deletion Forbidden - 403 Forbidden
Root List Deletion Forbidden - 403 Forbidden
List Not Found - 404 Not Found
List Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Only sub-lists (lists with a non-null
parentId
) can be deleted. - Returns
204 No Content
on successful deletion. - Root lists are protected and cannot be deleted.