removeMachineKey method
ResponseFuture<RemoveMachineKeyResponse>
removeMachineKey(
- RemoveMachineKeyRequest request, {
- 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);
}