Delete User
DELETE/api/users/deleteuser/:id
Tier: Internal — subject to change without notice.
Soft deletes a user's login while keeping the underlying person.
Also hard-deletes the user's SystemEventSubscription rows. Logs a UserDeleted authentication event on success. See UserController.DeleteUserWithPerson(...) to delete both the user and its person.
Request
Responses
- 200
- 400
- 401
- 403
true once the user has been deleted.
Unknown id — NotFound.
Caller is not authenticated.
Caller does not have Delete permission on the User module.