deleteKey method

ResponseFuture<Operation> deleteKey(
  1. DeleteKeyRequest request, {
  2. CallOptions? options,
})

Deletes an API key. Deleted key can be retrieved within 30 days of deletion. Afterward, key will be purged from the project.

NOTE: Key is a global resource; hence the only supported value for location is global.

Implementation

$grpc.ResponseFuture<$1.Operation> deleteKey(
  $0.DeleteKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deleteKey, request, options: options);
}