Skip to main content

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

true once the user has been deleted.