Deletes the given CustomerRepricingConfig
permanently. You can only delete configs if their RepricingConfig.effective_invoice_month
is set to a date after the current month.
Possible error codes:
- PERMISSION_DENIED: The account making the request does not own this customer.
- INVALID_ARGUMENT: Required request parameters are missing or invalid.
- FAILED_PRECONDITION: The
CustomerRepricingConfig
is active or in the past. - NOT_FOUND: No
CustomerRepricingConfig
found for the name in the request.
HTTP request
DELETE https://cloudchannel.googleapis.com/v1alpha1/{name=accounts/*/customers/*/customerRepricingConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the customer repricing config rule to delete. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}. |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/apps.order
For more information, see the Authentication Overview.