v1

latestOpenAPI 3.0.12026-07-2412598.8 KB
Contacts

Delete Contacts

The Delete Contacts(Async) API enables you to delete contacts either by specifying filtering criteria or by directly providing contact identifiers. It supports both identified and anonymous contact types and can handle deletion using direct contact identifiers, filtered criteria, or external file URLs.

post/contact/delete

Headers

api-keystring required

API key for authentication. You must have a unique and valid API key.

Content-Typestring required

Specify request content type [application/json]

Request body

filtering_criteria_operatorstring

Define how multiple filtering criteria blocks should be combined (Supported "and" & "or"). Mandatory if more than one 'filtering_criteria' block are provided. Optional if only one filtering block is used.

Response

request_idstring required

Unique request id of request.

codeinteger required

Response status Code. (200 for success / 500 for error etc).

statusstring required

status of api request (success|failed)

descriptionstring required

Api response description