public sealed class DeleteKeyRequest : IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class DeleteKeyRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `DeleteKeyRequest` class within the Google.Cloud.ApiKeys.V2 API, specifically for version 1.3.0."],["`DeleteKeyRequest` is used as the request message for the `DeleteKey` method and can be constructed with or without an existing `DeleteKeyRequest` object."],["The `DeleteKeyRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteKeyRequest` class contains properties such as `Etag`, `KeyName`, and `Name`, which are essential for managing the deletion of an API key and handling concurrency."],["The documentation encompasses information regarding the class's namespace, assembly, constructors, properties, and inherited members along with linked reference pages for further information."]]],[]]