Skip to main content
DELETE

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The unique identifier of the contact list to delete.Example: "60d5ec49f1b2c72d9c8b4567"
You cannot delete a contact list that is currently used in active workflows. Remove the list from all workflows before deleting.

Response

Contact list deleted successfully
boolean
Indicates if the request was successfulExample: true
string
Confirmation messageExample: "Contact list deleted successfully"
object
The deleted contact list object

Error Responses

object
Returned when the contact list is used in active workflow automations.
object
Returned when no contact list with the given ID exists on the project.