Sign in

Delete user data

documented

Purge/suppress end-user data (email and/or phone) for GDPR/CCPA compliance.

DELETE /api2/data-privacyData 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://app.wisepops.com/api2/data-privacy" \
  -X DELETE \
  -H "Content-Type: application/json" \
  -H "Authorization: WISEPOPS-API key=\"{{WISEPOPS_API_KEY}}\"" \
  -d '{"email": "{{$email}}", "phone": "{{$phone}}"}'