Skip to main content

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

true once the user and person have been deleted.