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 documentation is for the `DeleteKeyRequest` class within the Google Cloud API Keys v2 API, specifically version 1.0.0."],["`DeleteKeyRequest` is a request message used to delete an API key via the `DeleteKey` method, and it inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteKeyRequest` has two constructors: a default constructor and a constructor that accepts another `DeleteKeyRequest` object as a parameter."],["`DeleteKeyRequest` includes three properties: `Etag` for optimistic concurrency, `KeyName` for a structured view of the key's name, and `Name` which holds the resource name of the API key intended for deletion."],["There are multiple versions of this documentation available, ranging from 1.0.0 to 1.4.0, with 1.4.0 being the latest release."]]],[]]