Deletes the PrivateZone service configuration by calling the UnroutePrivateZoneInCenToVpc operation.
Operation description
The UnroutePrivateZoneInCenToVpc operation is asynchronous. After you call this operation, the system returns a RequestId, but the PrivateZone service configuration is not immediately deleted. The deletion task continues to run in the background. You can call the DescribeCenPrivateZoneRoutes operation to query the status of the PrivateZone service.
When the PrivateZone service is in the Deleting state, the PrivateZone service configuration is being deleted. In this state, you can only query the PrivateZone service configuration but cannot perform other operations.
When the specified PrivateZone service configuration cannot be found, the deletion is complete.
If a PrivateZone configuration exists with the access region set to a Cloud Connect Network (CCN) region, delete the PrivateZone configuration for the CCN region first, and then delete the PrivateZone configurations for other access regions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:UnroutePrivateZoneInCenToVpc |
delete |
*CenInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CenId |
string |
Yes |
The instance ID of the Cloud Enterprise Network (CEN). |
cen-7qthudw0ll6jmc**** |
| AccessRegionId |
string |
Yes |
The ID of the region that accesses the PrivateZone service. You can call the DescribeChildInstanceRegions operation to obtain the region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
C0245BEF-52AC-44A8-A776-EF96FD26A5CA |
Examples
Success response
JSON format
{
"RequestId": "C0245BEF-52AC-44A8-A776-EF96FD26A5CA"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | Invalid parameter. | The error message returned because the parameter is set to an invalid value. |
| 400 | Unauthorized | The AccessKeyId is unauthorized. | The error message returned because you do not have the permissions to perform this operation. |
| 400 | InvalidParameter.CenId | The specified parameter CenId is invalid. | |
| 409 | InvalidOperation.PrivatezoneRouteExisted | Privatezone routes already existed. | The error message returned because the PrivateZone route already exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.