Delete User With Person
DELETE/api/users/deleteuserandperson/:id
Tier: Internal — subject to change without notice.
Soft deletes a user's login and its underlying person in one call.
Also hard-deletes the user's SystemEventSubscription rows. Logs the same UserDeleted authentication event as UserController.DeleteUser(...).
Request
Responses
- 200
- 400
- 401
- 403
true once the user and person have been deleted.
Unknown id — NotFound.
Caller is not authenticated.
Caller does not have Delete permission on the User module.