API Name
UnsubscribeBillToOSS
Overview
You can call this API to unsubscribe Bill data to your OSS bucket.
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| UnsubscribeType | String | Yes | Unsubscribe types. Value: BillingItemDetailForBillingPeriod:Detailed bill in cost item granularity. InstanceDetailForBillingPeriod:Detailed bill in instance granularity. |
Response parameters
| Name | Type | Required |
|---|---|---|
| Success | String | Is success or not |
| Code | String | Error code |
| Message | String | Detail information |
Error codes
| Error code | Description | HTTP status code | Description |
|---|---|---|---|
| NotApplicable | This API is not applicable for caller. | 400 | The error message returned when you are not authorized to use the API. |
| MissingParameter | The specified parameter xx is mandatory for this request. | 400 | The error message returned when the xx parameter is not specified. |
| InvalidParameter | The specified parameter xx is not valid. | 400 | The error message returned when the xx parameter is invalid. |
| InvalidModuleCode | The specified moduleCode is not valid. | 400 | The error message returned when the specified moduleCode parameter is invalid. |
| InvalidConfigCode | The specified configCode is not valid. | 400 | The error message returned when the specified configCode parameter is invalid. |
| InvalidOwner | The specified owner doesn’t belong to caller. | 400 | The error message returned when the specified owner does not belong to the caller. |
| InvalidCaller | The specified caller doesn’t exists. | 400 | The error message returned when the caller is invalid. |
| InternalError | The request processing has failed due to some unknown error, exception or failure. | 400 | The error message returned when an unknown internal error occurs. |
| ProductNotFind | Can not find inquired product, it may not exist. | 400 | The error message returned when the specified product is invalid. |
Request sample
https://business.aliyuncs.com/?Action=UnsubscribeBillToOSS&SubscribeType=BillingItemDetailForBillingPeriod&Public parameters
Response sample
{"Message": "Successful!","RequestId": "D23FE74C-742F-4624-A82B-******","Success": true,"Code": "Success"}