public sealed class DeleteControlRequest : IMessage<DeleteControlRequest>, IEquatable<DeleteControlRequest>, IDeepCloneable<DeleteControlRequest>, IBufferMessage, IMessage
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 page details the `DeleteControlRequest` class, which is used to request the deletion of a control in the Google Cloud Retail V2 API."],["The `DeleteControlRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version available for the `DeleteControlRequest` is version 2.12.0, and older versions are accessible down to version 1.0.0, offering historical reference."],["The class includes properties for `ControlName`, a `ControlName`-typed view, and `Name`, a string representing the resource name of the control to be deleted."],["There are two constructors provided for `DeleteControlRequest`, one parameterless and one that takes another instance of `DeleteControlRequest`."]]],[]]