UserDelete.

DeleteUser(string) Method

Summary

Deletes user based on user principal name.

Syntax

public void DeleteUser(string userPrincipalName)

Parameters

Name Type Description
userPrincipalName string User principal name.

Return Value

Type Description
void