Delete a user
Log in to add to favouritesPage last updated 17 June 2022
DELETE/api/security/users/{userIdentifier}
Parameter
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| UserIdentifier(required) | path | string | user identifier | For convenience, User resources can be referenced by using one of several identifiers - username, email address or Id. |
Responses
Examples
DELETE: /api/security/users/82f73a9b-2a13-4d63-bcc1-e8ee5047b01cDELETE: /api/security/users/tdurdenDELETE: /api/security/users/t.durden@fightclub.comRemarks
Permissions
Member of System Administrators are permitted to delete any other user account.
Authenticated Standard User accounts are permitted to delete their own account.