public sealed class DeleteCapacityCommitmentRequest : IMessage<DeleteCapacityCommitmentRequest>, IEquatable<DeleteCapacityCommitmentRequest>, IDeepCloneable<DeleteCapacityCommitmentRequest>, IBufferMessage, IMessage
The request for [ReservationService.DeleteCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteCapacityCommitment].
[[["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-04-02 UTC."],[[["This webpage details the `DeleteCapacityCommitmentRequest` class, which is used to request the deletion of a capacity commitment in the Google Cloud BigQuery Reservation service."],["The `DeleteCapacityCommitmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class contains two constructors: a default constructor and one that accepts another `DeleteCapacityCommitmentRequest` object as a parameter for copying, as well as has properties such as `CapacityCommitmentName` and `Name`."],["There are multiple versions of the `DeleteCapacityCommitmentRequest` class documented, ranging from version 1.2.0 to the latest version 2.7.0, all available on their respective pages."],["The deletion requires the resource name of the capacity commitment to be specified using the 'Name' property."]]],[]]