Who this is for
Developers and privacy operators handling data subject erasure requests.
Endpoint overview
- Endpoint:
POST /v1/privacy/request - Auth:
x-trace-api-key - Purpose: request deletion workflow for supported identifiers.
Request format guidance
- Include the identifier type and value exactly as required by your implementation.
- Use validated values only (for example hashed identity token format where applicable).
- Scope the request to the correct site/workspace API key.
Operational checklist
- Validate identifier source and ownership.
- Submit request via server-side call.
- Log request timestamp and internal case reference.
- Confirm deletion status in your internal DSAR workflow.
Troubleshooting
- Invalid identifier error: check format and hashing expectations.
- Unauthorized response: verify
x-trace-api-keyscope and environment. - No observable change: allow processing window, then retry with confirmed identifier.