Skip to main content
POST
Delete many contacts at once

Authorizations

Authorization
string
header
required

Tenant API key (vdx_live_…) as Authorization: Bearer.

Body

application/json
ids
string<uuid>[]

Contacts to delete. Mutually exclusive with filter.

filter
object

Delete everything matching this query. Mutually exclusive with ids.

excludeIds
string<uuid>[]

With filter, contacts to spare from the delete.

Response

The number of contacts deleted.

deleted
integer