Skip to main content
POST
Request Account Deletion

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Body

application/json
confirmation
string
required
Allowed value: "DELETE"

Response

Successful Response

id
string<uuid>
required
recoverable_until
string<date-time>
required
requested_at
string<date-time>
required
status
enum<string>
required
Available options:
recoverable,
cancelled,
purging,
completed,
failed
audit_receipt_id
string<uuid> | null
completed_at
string<date-time> | null
failure_code
string | null