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."],["The `DeleteControlRequest` class is used to request the deletion of a control, with a specified name, and is available in multiple versions, from 1.0.0 to the latest 2.12.0."],["The page details the inheritance and implemented interfaces of the `DeleteControlRequest` class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes the constructors `DeleteControlRequest()` and `DeleteControlRequest(DeleteControlRequest other)`, and outlines the `ControlName` and `Name` properties."],["The webpage provides links to the documentation of previous versions for the same class, as well as relevant documentations for the classes and methods related to the `DeleteControlRequest` class."]]],[]]