- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Deletes a producer override.
HTTP request
DELETE https://serviceconsumermanagement.googleapis.com/v1beta1/{name=services/*/*/*/consumerQuotaMetrics/*/limits/*/producerOverrides/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The resource name of the override to delete. An example name would be: Authorization requires the following Google IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
force |
Whether to force the deletion of the quota override. If deleting an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.