HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
These docs are for v1-2. Click to read the latest docs for v2024-02-15.

Request a deletion for the profiles corresponding to an email address, phone number, or person identifier (profile ID).

All profiles that match the provided identifier will be deleted.

The arguments should be sent as content type application/json.

Note that only one identifier (email, phone_number, or person_id) can be specified.

In addition to your Private API key, you need to set exactly one of the following parameters: email, phone_number, or person_id.

Examples:

Email:

{"email":"[email protected]"}

Phone Number:

{"phone_number":"+15005550006"}

Person ID:

{"person_id":"PERSON_ID"}

Language
Authorization
Query