HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference
These docs are for a deprecated API version. Click here to use the latest version.

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":"abraham.lincoln@klaviyo.com"}

Phone Number:

{"phone_number":"+15005550006"}

Person ID:

{"person_id":"PERSON_ID"}

Body Params
Response

Language
Credentials