Contact Lists
Delete Contact List
Permanently delete a contact list by ID using the AutoSend API.
DELETE
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
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 successfullyIndicates if the request was successfulExample:
trueConfirmation messageExample:
"Contact list deleted successfully"The deleted contact list object
Error Responses
Returned when the contact list is used in active workflow automations.
Returned when no contact list with the given ID exists on the project.