public sealed class DeleteGroupRequest : IMessage<DeleteGroupRequest>, IEquatable<DeleteGroupRequest>, IDeepCloneable<DeleteGroupRequest>, IBufferMessage, IMessage
The DeleteGroup request. The default behavior is to be able to delete a
single group without any descendants.
If this field is true, then the request means to delete a group with all
its descendants. Otherwise, the request means to delete a group only when
it has no descendants. The default value is false.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eDeleteGroupRequest\u003c/code\u003e is 3.15.0, with versions ranging down to 2.3.0 also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteGroupRequest\u003c/code\u003e is a request to delete a group in the Google Cloud Monitoring service, where the default setting will only delete a single group without descendants.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteGroupRequest\u003c/code\u003e class inherits from Object and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property within \u003ccode\u003eDeleteGroupRequest\u003c/code\u003e specifies the group to be deleted, using the format: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRecursive\u003c/code\u003e property can be set to true to delete a group along with all descendant groups.\u003c/p\u003e\n"]]],[],null,[]]