Skip to main content
DELETE
Delete List
Deletes a sub-list owned by the authenticated user. Root lists cannot be deleted.

Path Parameters

listId
string
required
The ID of the list to delete

Response

status
string
Returns 204 No Content on successful deletion

Error Responses


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.