ReleaseCidrBlocks
Last updated
Last updated
This API is used to release one or more IPv4 CIDR blocks.
Note
IPv4 CIDR blocks in recycle bin are remained for 24 hours by default.
Only operations on IPv4 CIDR blocks in recycle bin with the status of RECYCLE
are supported.
This API is not applicable to IPv6 CIDR block.
Batch operations are supported. The maximum number of instances in each request is 100.
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Parameter Name | Type | Description |
---|---|---|
Release IPv4 CIDR blocks.
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
HTTP Status Code | Error Code | Description |
---|---|---|
cidrBlockIds
Yes
Array of String
CIDR block ID(s).
To obtain the CIDR block IDs, you can call DescribeCidrBlocks
and look for cidrBlockId
in the response.
The maximum number of CIDR blocks in each request is 100.
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
403
OPERATION_DENIED_CIDRBLOCK_NOT_RECYCLED
Only operations on IPv4 CIDR blocks in recycle bin are supported.