public sealed class DeleteControlRequest : IMessage<DeleteControlRequest>, IEquatable<DeleteControlRequest>, IDeepCloneable<DeleteControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class DeleteControlRequest.
Required. The resource name of the Control to delete. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/controls/{control_id}
[[["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."],[[["This webpage provides reference documentation for the `DeleteControlRequest` class within the Google Cloud Retail v2 API for .NET."],["The `DeleteControlRequest` class is used to request the deletion of a Control resource and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of `DeleteControlRequest`, ranging from version 1.0.0 up to the latest version 2.12.0."],["The class has two constructors `DeleteControlRequest()` and `DeleteControlRequest(DeleteControlRequest)` and has two properties `ControlName` and `Name`."],["The required `Name` property in `DeleteControlRequest` class specifies the resource name of the Control to delete, with a defined format."]]],[]]