public sealed class DeleteCertificateRequest : IMessage<DeleteCertificateRequest>, IEquatable<DeleteCertificateRequest>, IDeepCloneable<DeleteCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class DeleteCertificateRequest.
[[["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."],[[["Version 2.8.0 is the latest release for the `DeleteCertificateRequest` in the Certificate Manager v1 API."],["The `DeleteCertificateRequest` class is a request for the `DeleteCertificate` method, used for managing certificates."],["The `DeleteCertificateRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It allows users to either construct an empty `DeleteCertificateRequest` object or one from an existing instance, as part of it's constructors."],["The `DeleteCertificateRequest` object has properties like `CertificateName` and `Name`, used to identify the certificate to delete."]]],[]]