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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `DeleteKeyRequest` API class is 1.4.0, as indicated by the version list provided, while also providing access to previous versions."],["`DeleteKeyRequest` is the request message type for the `DeleteKey` method within the API Keys v2 API, and it can also implement `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, `DeleteKeyRequest`, includes properties such as `Etag`, `KeyName`, and `Name`, which are essential for managing and identifying API keys that are to be deleted, as well as setting the conditions of the delete."],["There are two constructor methods: `DeleteKeyRequest()` and `DeleteKeyRequest(DeleteKeyRequest other)`, which allows for object creation and cloning."],["The API class also inherits from the base `object` class and provides inherited methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]