DeleteVpd
After you delete a Lingjun CIDR block, the related data is lost and cannot be recovered.
Operation description
When you call this operation to delete a Lingjun CIDR block, take note of the following items:
-
After deletion, all related data is lost and cannot be recovered. Exercise caution when performing this operation.
-
Before deleting, make sure that all Lingjun subnet instances under the Lingjun CIDR block have been deleted.
-
This interface is an asynchronous interface. After this interface is called, the Lingjun network segment instance may not be deleted, and the system background deletion task is still in progress. You can call the ListVpds or GetVpd operation to query the deletion status of the CIDR block.
If the status of the Lingjun CIDR block is Deleting, the Lingjun CIDR block is being deleted.
If there is no record of the Lingjun CIDR block instance, the Lingjun CIDR block instance has been deleted.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DeleteVpd |
delete |
*Vpd
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region in which the instance resides. |
cn-hangzhou |
| VpdId |
string |
Yes |
The ID of the Lingjun CIDR block. |
vpd-zr0farea |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
The response message. |
SUCCESS |
| RequestId |
string |
The request ID. |
BDBCC783-84CA-5733-8EEA-645C88B9009C |
| Content |
any |
The response parameters. (If a dependent resource exists, the existing dependent resource is returned.) |
{ "subnet": [ { "tenantId": "1620939556166277", "regionId": "cn-wulanchabu", "zoneId": "cn", "type": null, "subnetId": "subnet-zqebaxa0", "name": "lql_testVPD" } ], "nc": [ {} ] } |
| AccessDeniedDetail |
string |
The detailed reason why the access was denied. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "SUCCESS",
"RequestId": "BDBCC783-84CA-5733-8EEA-645C88B9009C",
"Content": "{\n \"subnet\": [\n {\n \"tenantId\": \"1620939556166277\",\n \"regionId\": \"cn-wulanchabu\",\n \"zoneId\": \"cn\",\n \"type\": null,\n \"subnetId\": \"subnet-zqebaxa0\",\n \"name\": \"lql_testVPD\"\n }\n ],\n \"nc\": [\n {}\n ]\n}",
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.