public sealed class DeleteMuteConfigRequest : IMessage<DeleteMuteConfigRequest>, IEquatable<DeleteMuteConfigRequest>, IDeepCloneable<DeleteMuteConfigRequest>, IBufferMessage, IMessage
Required. Name of the mute config to delete. Its format is
organizations/{organization}/muteConfigs/{config_id},
folders/{folder}/muteConfigs/{config_id}, or
projects/{project}/muteConfigs/{config_id}
[[["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."],[[["This webpage details the `DeleteMuteConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for managing mute configurations in the Google Cloud Security Center."],["The latest version of this API is 3.24.0, and the page provides access to documentation for versions ranging from 3.24.0 down to 2.2.0, as well as all versions being related to deleting mute configuration requests."],["`DeleteMuteConfigRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The `DeleteMuteConfigRequest` class features two constructors and two properties, `MuteConfigName`, which is of type `MuteConfigName`, and `Name`, which is a string that represents the resource name of the mute configuration to delete."],["The main function of this request is to delete a requested mute configuration, using its name, from organizations, folders or projects."]]],[]]