public sealed class DeleteConsumerGroupRequest : IMessage<DeleteConsumerGroupRequest>, IEquatable<DeleteConsumerGroupRequest>, IDeepCloneable<DeleteConsumerGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class DeleteConsumerGroupRequest.
[[["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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteConsumerGroupRequest\u003c/code\u003e class is part of the Managed Service for Apache Kafka API v1 and is used to request the deletion of a consumer group.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, making it compatible with protocol buffers and providing functionalities for comparison and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two constructors: a default constructor and a constructor that takes another \u003ccode\u003eDeleteConsumerGroupRequest\u003c/code\u003e object as a parameter for creating a copy.\u003c/p\u003e\n"],["\u003cp\u003eThe class features properties such as \u003ccode\u003eConsumerGroupName\u003c/code\u003e, which provides a typed view of the resource name, and \u003ccode\u003eName\u003c/code\u003e, which represents the fully qualified name of the consumer group to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation available is for version \u003ccode\u003e1.0.0-beta04\u003c/code\u003e, with an earlier version \u003ccode\u003e1.0.0-beta03\u003c/code\u003e also available for reference.\u003c/p\u003e\n"]]],[],null,["# Managed Service for Apache Kafka API v1 API - Class DeleteConsumerGroupRequest (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.DeleteConsumerGroupRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/1.0.0-beta06/Google.Cloud.ManagedKafka.V1.DeleteConsumerGroupRequest) \n\n public sealed class DeleteConsumerGroupRequest : IMessage\u003cDeleteConsumerGroupRequest\u003e, IEquatable\u003cDeleteConsumerGroupRequest\u003e, IDeepCloneable\u003cDeleteConsumerGroupRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Managed Service for Apache Kafka API v1 API class DeleteConsumerGroupRequest.\n\nRequest for DeleteConsumerGroup. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteConsumerGroupRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteConsumerGroupRequest](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.DeleteConsumerGroupRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteConsumerGroupRequest](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.DeleteConsumerGroupRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteConsumerGroupRequest](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.DeleteConsumerGroupRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ManagedKafka.V1](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ManagedKafka.V1.dll\n\nConstructors\n------------\n\n### DeleteConsumerGroupRequest()\n\n public DeleteConsumerGroupRequest()\n\n### DeleteConsumerGroupRequest(DeleteConsumerGroupRequest)\n\n public DeleteConsumerGroupRequest(DeleteConsumerGroupRequest other)\n\nProperties\n----------\n\n### ConsumerGroupName\n\n public ConsumerGroupName ConsumerGroupName { get; set; }\n\n[ConsumerGroupName](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.ConsumerGroupName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.DeleteConsumerGroupRequest#Google_Cloud_ManagedKafka_V1_DeleteConsumerGroupRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the consumer group to delete.\n`projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}`."]]