Deletes the given ChannelPartnerRepricingConfig
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
ChannelPartnerRepricingConfig
is active or in the past. - NOT_FOUND: No
ChannelPartnerRepricingConfig
found for the name in the request.
HTTP request
DELETE https://cloudchannel.googleapis.com/v1/{name=accounts/*/channelPartnerLinks/*/channelPartnerRepricingConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the channel partner repricing config rule to delete. |
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.