public sealed class DeleteCustomerRequest : IMessage<DeleteCustomerRequest>, IEquatable<DeleteCustomerRequest>, IDeepCloneable<DeleteCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class DeleteCustomerRequest.
[[["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-07-09 UTC."],[[["This documentation covers the `DeleteCustomerRequest` class, which is part of the Cloud Controls Partner v1beta API and is used for requesting the deletion of a customer."],["The `DeleteCustomerRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `DeleteCustomerRequest`, one default and one that takes another `DeleteCustomerRequest` instance."],["The class includes a `CustomerName` property, providing a typed view over the `Name` resource name property, and a `Name` property which is required and specifies the resource to be deleted."],["The `DeleteCustomerRequest` is a message class used specifically for deleting customer resources within the API."]]],[]]