Skip to main content
DELETE
/
v1
/
lists
/
{list_id}
Delete List
curl --request DELETE \
  --url https://api.example.com/v1/lists/{list_id}
{
  "data": {
    "deleted": true
  }
}
Permanently delete a list and all its items. This action cannot be undone.
list_id
string
required
The list ID to delete.
{
  "data": {
    "deleted": true
  }
}