removeHumanPhone method

ResponseFuture<RemoveHumanPhoneResponse> removeHumanPhone(
  1. RemoveHumanPhoneRequest request, {
  2. 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);
}