DeleteUserRequest

DeleteUserRequest

Request message for the DeleteUser method.

Fields
name

string

Required. The name of the user to delete. Format: accounts/{account}/users/{email}

It is also possible to delete the user corresponding to the caller by using me rather than an email address as in accounts/{account}/users/me .