Domain name for API request: vpc.tencentcloudapi.com.
This API is used to delete a bandwidth package resource, including Elastic IP, Cloud Load Balancer, and so on.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: RemoveBandwidthPackageResources. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
BandwidthPackageId | No | String | The unique ID of the bandwidth package, such as bwp-xxxx . |
ResourceType | No | String | The resource type. Valid values: Address and LoadBalance . |
ResourceIds.N | No | Array of String | The resource IP, such as eip-xxxx and lb-xxxx . |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=RemoveBandwidthPackageResources
&BandwidthPackageId=bwp-pr0xbnvw
&ResourceIds.0=eip-alfxy9c8
&<common request parameters>
{
"Response": {
"RequestId": "f1989f97-6b65-40b5-8afa-37d105c60c84"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.IpTypeNotPermit | |
InvalidInstanceId.NotFound | Invalid instance ID. The specified instance ID does not exist. |
InvalidParameterValue.BandwidthPackageIdMalformed | Incorrect bandwidth package ID. |
InvalidParameterValue.BandwidthPackageNotFound | Failed to query the bandwidth package |
InvalidParameterValue.ResourceIdMalformed | The resource ID is incorrect. |
InvalidParameterValue.ResourceNotExisted | The resource is not associated with this bandwidth package. |
InvalidParameterValue.ResourceNotFound | This resource is not found. |
UnsupportedOperation.BandwidthPackageIdNotSupported | This bandwidth package does not support this operation. |
UnsupportedOperation.InvalidResourceProtocol | Bandwidth packages inapplicable to this protocol |
Was this page helpful?