removeMachineKey method

ResponseFuture<RemoveMachineKeyResponse> removeMachineKey(
  1. RemoveMachineKeyRequest request, {
  2. CallOptions? options,
})

Delete Key for machine user

Deprecated: use user service v2 RemoveKey instead.

Delete a specific key from a user. The user will not be able to authenticate with that key afterward.

Implementation

$grpc.ResponseFuture<$0.RemoveMachineKeyResponse> removeMachineKey(
  $0.RemoveMachineKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeMachineKey, request, options: options);
}