DELETE
/
lists
/
{id}
curl --request DELETE \
  --url https://api.pipeium.com/lists/123e4567-e89b-12d3-a456-426614174000 \
  --header 'Authorization: Bearer {api_key}'
{
  "message": "List deleted"
}
Delete a list and all its associated data (contacts, accounts, signals, enrichments, etc.).
This action cannot be undone. Make sure you have backed up any important data before deleting a list.

Path Parameters

id
string
required
The ID of the list to delete

Response

message
string
Success message

Error Responses

message
string
Error message when the operation fails
curl --request DELETE \
  --url https://api.pipeium.com/lists/123e4567-e89b-12d3-a456-426614174000 \
  --header 'Authorization: Bearer {api_key}'
{
  "message": "List deleted"
}