Delete List
List Endpoints
Delete List
Delete a sub-list owned by the authenticated user
DELETE
Delete List
Deletes a sub-list owned by the authenticated user. Root lists cannot be deleted.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
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 Contenton successful deletion. - Root lists are protected and cannot be deleted.

