Disabling Automatic Subscription Renewal for Yearly/Monthly Resources
Function
A customer can disable automatic subscription renewal when needed. After disabling this function, the customer needs to manually renew the subscription to the resources before they expire.
This API will be brought offline. For details about the new API for disabling automatic subscription renewal for rearly/monthly resources, see Disabling Automatic Subscription Renewal for Yearly/Monthly Resources.
Web UI
A customer can use this API to disable automatic subscription renewal for its yearly/monthly resources in the Billing Center.
- Go to the Renewals page.
- Choose More > Modify Auto-renewal in the Operation column for the desired resource.
- Select Cancel Auto-renewal for Renewal Settings.
- Click Modify.
REST API
A customer can disable automatic renewal for its yearly/monthly resources on the customer platform.
The prerequisite is that you have invoked the API described in Enabling Automatic Subscription Renewal for Yearly/Monthly Resources to enable automatic subscription renewal, or have configured the expiration policy to automatic renewal when you invoke the API described in Renewing Subscription to Yearly/Monthly Resources (Old).
- This API can be invoked only using the AK/SK or token of the customer.
- Yearly/monthly resources supporting the disabling of automatic subscription renewal are same as those supporting the enabling of automatic subscription renewal.
- Before invoking this API, you can invoke the API described in Querying Customer's Yearly/Monthly Resources (Old) to query the resource ID, resource expiration date, and deduction policy after the resource is expired.
- URI
DELETE /v1.0/{domain_id}/common/order-mgr/resources/{resource_id}/actions
The following table describes the parameters.
Table 1 Path parameters Parameter
Mandatory
Value Range
Description
domain_id
Yes
A maximum 64 characters
Customer account ID. For details, see How Do I Obtain Customer's customer_id and domain_id Values?
resource_id
Yes
A maximum 64 characters
Resource instance ID.
You can obtain the resource ID by invoking the API described in Querying Customer's Yearly/Monthly Resources (Old).
The attached resource IDs will be configured together when you configure primary resource IDs.
- For example, ECS is the primary resource, and EVS is the attached resource.
- If the shared bandwidth is used, the bandwidth is the primary resource, and EIPs are the attached resource.
- If the exclusive bandwidth is used, EIPs are the primary resources, and the bandwidth is the attached resource.
Table 2 Query parameters Parameter
Mandatory
Value Range
Description
action_id
Yes
A maximum 64 characters
Operation ID.
The value can only be autorenew.
- Request
None
Example Request
DELETE https://bss-intl.myhuaweicloud.com/v1.0/{domain_id}/common/order-mgr/resources/{resource_id}/actions?action_id=autorenew HTTP/1.1 Content-Type: application/json X-Auth-Token: MIIPAgYJKoZIhvcNAQcCo...ggg1BBIINPXsidG9rZ
- Response
Parameter
Type
Description
error_code
String
Status code.
For details, see 4.
error_msg
String
Error description.
Example Response
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: length Date: response time { "error_code": "CBC.0000", "error_msg": "Success" }
- Returned Values
- 4xx: This class of HTTP status code is intended for situations in which the error seems to have been caused by the client, for example, the request contains bad syntax or incorrect parameters. You must ensure the request is correct.
- 5xx: This class of HTTP status code is intended for cases in which the Huawei Cloud server is aware that it has encountered an error or is otherwise incapable of performing the request. In this case, contact Huawei Cloud customer service.
Returned Values
Description
CBC.0000
Success.
CBC.0100
Invalid input parameter.
CBC.0151
Access denied.
CBC.0999
Other errors.
CBC.99003605
Automatic renewal has been canceled and you cannot perform the current operation.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot