# Delete a user **DELETE /Users/{identifier}** Deletes the user from Adra. The underlying user record is soft-deleted. ## Servers - Production server: https://setup.adra.com/api/organizations/{organizationSid}/scim (Production server) - Stage server: https://setup.adrastage.com/api/organizations/{organizationSid}/scim (Stage server) - Test server: https://setup.adratest.com/api/organizations/{organizationSid}/scim (Test server) - Dev server: https://setup.adradev.com/api/organizations/{organizationSid}/scim (Dev server) ## Authentication methods - Adra personal access token ## Parameters ### Path parameters - **identifier** (string) Identifier of the user to delete ## Responses ### 200 User deleted successfully ### 400 Bad Request #### Body: application/scim+json (object) - **type** (null | string) - **title** (null | string) - **status** (null | integer(int32)) - **detail** (null | string) - **instance** (null | string) ### 401 Unauthorized #### Body: application/scim+json (object) - **type** (null | string) - **title** (null | string) - **status** (null | integer(int32)) - **detail** (null | string) - **instance** (null | string) ### 403 Forbidden #### Body: application/scim+json (object) - **type** (null | string) - **title** (null | string) - **status** (null | integer(int32)) - **detail** (null | string) - **instance** (null | string) ### 404 User not found ### 500 Internal Server Error #### Body: application/scim+json (object) - **type** (null | string) - **title** (null | string) - **status** (null | integer(int32)) - **detail** (null | string) - **instance** (null | string) ### 501 Not Implemented #### Body: application/scim+json (object) - **type** (null | string) - **title** (null | string) - **status** (null | integer(int32)) - **detail** (null | string) - **instance** (null | string) [Powered by Bump.sh](https://bump.sh)