# Completely remove a user from the system (Not SCIM compliant) Permanently remove a User and their details from all Programs. A non-existent user, or a user that's already been forgotten, will return a 202. Endpoint: POST /v2/Users/{user_id}/forget Version: v2 Security: oauth2_as_a_server, oauth2_as_a_user ## Path parameters: - `user_id` (string, required) ID of the user to forget ## Response 400 fields (*/*): - `schemas` (array) Example: ["urn:ietf:params:scim:api:messages:2.0:Error"] - `detail` (string) Example: "Reason for bad request" - `status` (integer) Example: 400 ## Response 401 fields (*/*): - `schemas` (array) Example: ["urn:ietf:params:scim:api:messages:2.0:Error"] - `detail` (string) Example: "Authentication failure" - `status` (integer) Example: 401 ## Response 403 fields (*/*): - `schemas` (array) Example: ["urn:ietf:params:scim:api:messages:2.0:Error"] - `detail` (string) Example: "Operation is not permitted" - `status` (integer) Example: 403