Request a Deletion
POST {{baseUrl}}/v2/data-privacy/deletion-request
Request a data privacy-compliant deletion for the person record corresponding to an email address, phone number, or person identifier.
If multiple person records exist for the provided identifier, only one of them will be deleted.
The arguments should be sent as content type application/json.
Note that only one identifier (email, phonenumber, or personid) 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
, along with the associated string
value.
Examples:
Email:
{"email":"abraham.lincoln@klaviyo.com"}
Phone Number:
{"phone_number":"+13239169023"}
Person ID:
{"person_id":"PERSON_ID"}
Request Body
{"email"=>"abraham.lincoln@klaviyo.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
"Submitted new deletion task for customer."