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.

Body Params
string
length ≤ 1

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.

filtering_criteria
array of objects

Used to dynamically select contacts to be deleted based on conditions like attribute values, audience IDs, or other fields.

filtering_criteria
data
object

Used for directly deleting specific contacts or deleting via file. When this block is present, filtering criteria is ignored.

notify_callback
object

Used to trigger one or more HTTP callbacks to external URLS after the process completes.

Headers
string
required

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

string
required

Specify request content type [application/json]

Responses

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