Sign in

Request Profile Deletion

documented

Request deletion of profiles by email/phone/id (asynchronous).

POST /api/data-privacy-deletion-jobsData Privacyno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://a.klaviyo.com/api/data-privacy-deletion-jobs/" \
  -X POST \
  -H "Authorization: Klaviyo-API-Key {{KLAVIYO_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "revision: 2026-01-15" \
  -d '{"data": {"type": "data-privacy-deletion-job", "attributes": {"profile": {"data": {"type": "profile", "attributes": {"email": "{{$email}}"}}}}}}'
Request Profile Deletion · Klaviyo · OpenIntegrations