v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Subscribers

Delete Contacts

This endpoint allows you to delete existing contacts from a certain list (if the list size is too big it might take a few seconds to completely erase data). You need to provide the unique identifier (listId) of the list where the contacts are located to delete the contacts. Query parameters and extra filters can be added using list's columns (e.g. email[like]=tester@example.com, age[gt]=30)

delete/v3/lists/{listId}/subscribers/bulk

Path parameters

listIdinteger required

Provide the unique ID of the list

Response

Successfully deleted the contacts

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  }
}