Delete bulk of contacts

Asynchronous delete bulk of contacts (max 1000).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Error cases

Some unique_key do not exist (207)

{
    "time": 307,
    "errors": 1,
    "status": null,
    "items": [
        {
            "contact_id": "[email protected]",
            "code": 400,
            "description": "Contact not found for id [email protected]"
        },
        {
            "contact_id": "[email protected]",
            "code": 204,
            "description": ""
        }
    ]
}

No unique_key exist at all (400)

{
    "time": 138,
    "errors": 2,
    "status": null,
    "items": [
        {
            "contact_id": "ee",
            "code": 400,
            "description": "Contact not found for id ee."
        },
        {
            "contact_id": "e",
            "code": 400,
            "description": "Contact not found for id e."
        }
    ]
}
Body Params

contacts unique keys that will be deleted.

contacts
array of strings
contacts
Responses

401

Authentication failed.

403

Forbidden.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json