# Delete user and remove identifiable information Endpoint: POST /v3/user/anonymise/{identifier}/{identifier_value} Version: 3.0.0 Security: BearerAuth ## Path parameters: - `identifier` (string, required) Enum: "id", "email", "UID" - `identifier_value` (string, required) Example: "john.smith@example.org" ## Request fields (application/json): - `maintain_uid` (boolean) Example: true ## Response 200 fields (application/json): - `status` (integer) Example: 200 - `timestamp` (string) Example: "1970-01-30T00:00:00.000000Z" - `data` (object) - `data.id` (integer) Example: 987654 - `data.UID` (string) Example: "ABC123" - `data.first_name` (string) - `data.last_name` (string) - `data.email` (string) - `data.created_at` (string) Example: "1970-01-30T00:00:00.000000Z" ## Response 401 fields ## Response 405 fields