Skip to main content

Delete contact lists

DELETE 

/api/partner-gateway/v1/contacts/list

Deletes one or more contact lists by their IDs. Provide the ids parameter as a comma-separated list of contact list IDs to delete. Deleting a contact list removes the list and all associations between that list and its contacts, but does not delete the contacts themselves. The contacts remain in your account and can still belong to other lists. If a deleted list is currently assigned to a draft or scheduled campaign, you should update that campaign to remove the deleted list from its contactListIds before confirming it, otherwise the campaign may fail validation. This operation is irreversible. Returns 200 with the result of the deletion operation. Returns 500 if an unexpected server error occurs.

Request

Responses

Contact lists deleted successfully