Skip to main content
POST
/
v1
/
api
/
me
/
erase
Erase my own data
curl --request POST \
  --url https://api.hq.zone/v1/api/me/erase \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Body

application/json
reason
string | null

Optional free-text justification. Captured in the redaction reason so the audit trail surfaces why. e.g. "GDPR Article 17 deletion request, ticket #1234".

Response

200 - application/json

Erasure summary