user-controller
Delete User (deleteUser)
Deletes the User, it's credentials and all the relations (from and to the User). Referencing non-existing User Id will cause an error.
Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.
delete/api/user/{userId}
Path parameters
userIdstring required
A string value representing the user id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK