description |
---|
Deleting a user can be done by sending a DELETE request to the user resource location. |
Deleting a user can be done by sending a DELETE request to the user resource location.
DELETE /api/management/security/users/{userIdentifier}
Name | Parameter type | Type | Description |
---|---|---|---|
userIdentifier | path | UserIdentifier | One of the user identifiers |
DELETE: /api/management/security/users/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c
DELETE: /api/management/security/users/tdurden
DELETE: /api/management/security/users/[email protected]
This action requires system administration privileges.
HTTP status code | Reason | Response model |
---|---|---|
204 | No Content | |
403 | Forbidden | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |