Sign in

Data Right To Be Forgotten (bulk)

documented

Bulk RTBF request for multiple recipients.

POST /api/v1/data-privacy/rtbf-requestAccountsno 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://api.sparkpost.com/api/v1/data-privacy/rtbf-request" \
  -X POST \
  -H "Authorization: {{SPARKPOST_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-MSYS-SUBACCOUNT: {{$subaccount_id}}" \
  -d '{"recipients": ["{{$recipient1}}", "{{$recipient2}}"], "include_subaccounts": {{$include_subaccounts}}}'
Data Right To Be Forgotten (bulk) · SparkPost · OpenIntegrations