API
POST
/api/account/deletion
AuthorizationBearer <token>

An Admin Key (tigby_admin_…) for Org-level calls, an Identity Key (tigby_id_…) for one Identity's own resources, or a console session (tigby_sess_…). Sent as Authorization: Bearer .

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://api.tigby.eu/api/account/deletion"
{  "erasure_id": "2f407add-5357-429c-8b94-301bf5c7dc0a",  "requested_at": "2019-08-24T14:15:22Z",  "identities": [    "string"  ],  "note": "string"}