Sign in

Remove personal data

documented

This endpoint allows for the removal of all associated personal data from the system for the provided individual systematically on the Monday following the call. You must supply EITHER email or remote_customer_id but not both.

POST /api/v2/{username}/{token}/json/compliance/remove/Complianceno 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://getambassador.com/api/v2/{{$username}}/{{$token}}/json/compliance/remove/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"target_username": "{{$target_username}}", "compliance_id": "{{$compliance_id}}", "notes": "{{$notes}}"}'
Remove personal data · getambassador · OpenIntegrations