- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| servingConfig | 
 Required. The source ServingConfig resource name . Format:  | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| { "controlId": string } | 
| Fields | |
|---|---|
| controlId | 
 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.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the servingConfig resource:
- retail.servingConfigs.update
For more information, see the IAM documentation.