v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Delete multiple contacts

Delete multiple contacts that exist in the specified account.

delete/contacts/my

Headers

Content-Typestring required

application/json

Authorizationstring required

Bearer {access-token}

Request body

contactsstring[] required

The ids of the contacts that will be deleted.

Response

200

string[] required

Example response

[
  "5673fd9ce4b03d651b5b640f"
]