Skip to main content
POST

Authorizations

X-API-Key
string
header
required

Your Conversion API key. Found in Settings > Integrations in the dashboard. Format: sk_live_<key_id>_<secret>.

Body

application/json
email
string<email>

The contact's email address. At least one of email, cnvContactId, or userId is required.

Example:

"jane@example.com"

cnvContactId
string<uuid>

The Conversion contact ID. At least one of email, cnvContactId, or userId is required.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

userId
string

The external user identifier for the contact, as passed to the Events endpoints. At least one of email, cnvContactId, or userId is required.

Example:

"user_12345"

Response

The contact was deleted and its identifiers suppressed. The response has no body.