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

Request Profile Deletion

Request a deletion for the profiles corresponding to one of the following identifiers: email, phone_number, or profile_id. If multiple identifiers are provided, we will return an error.
All profiles that match the provided identifier will be deleted.
The deletion occurs asynchronously; however, once it has completed, the deleted profile will appear on the Deleted Profiles page.
For more information on the deletion process, please refer to our Help Center docs on how to handle GDPR and CCPA deletion requests.

Rate limits:
Burst: 3/s
Steady: 60/m

Scopes:
Data Privacy Write

Body Params
object
required
string
required
object
required
string
Defaults to 01F2VWQ645BES947MP1BPAKVMB

The ID of the profile to delete. This is the id field on the profile object.

string
Defaults to matt.kemp@klaviyo-demo.com

The email address of the profile to delete.

string
Defaults to +15005550006

The phone number of the profile to delete.

Headers
string
required
Defaults to 2023-01-24

API endpoint revision (format: YYYY-MM-DD[.suffix])

Responses
202

Language
Credentials