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