Contact

Delete bulk of contacts

Asynchronous delete bulk of contacts (max 1000).

delete/data/contacts/bulk

Request body

contactsstring[]

Example request

{
  "contacts": [
    "jdoe@gmail.com",
    "jane@gmail.com",
    "martin@gmail.com",
    "pierce@gmail.com"
  ]
}

Response

contacts deletion is successful.

Changes