removeHumanPhone method
ResponseFuture<RemoveHumanPhoneResponse>
removeHumanPhone(
- RemoveHumanPhoneRequest request, {
- CallOptions? options,
Remove User Phone (Human)
Deprecated: use user service v2 user service v2 SetPhone instead.
Remove the configured phone number of a user.
Implementation
$grpc.ResponseFuture<$0.RemoveHumanPhoneResponse> removeHumanPhone(
$0.RemoveHumanPhoneRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeHumanPhone, request, options: options);
}