Skip to content

Delete list

DELETE
/api/v1/list/{id}
curl --request DELETE \
--url https://example.com/api/v1/list/example

Deletes a list by ID

id
required
string

Success

Not Found

Internal Server Error