Disables a Control on the specified ServingConfig. The control is removed from the ServingConfig. Returns a NOT_FOUND error if the Control is not enabled for the ServingConfig.
HTTP request
POST https://retail.googleapis.com/v2beta/{servingConfig=projects/*/locations/*/catalogs/*/servingConfigs/*}:removeControl
Required. The source ServingConfig resource name . Format: projects/{projectNumber}/locations/{locationId}/catalogs/{catalogId}/servingConfigs/{servingConfigId}
Request body
The request body contains data with the following structure:
JSON representation
{"controlId": string}
Fields
controlId
string
Required. The id of the control to apply. Assumed to be in the same catalog as the serving config.
Response body
If successful, the response body contains an instance of ServingConfig.