All Products
Search
Document Center

:DeleteZone

Last Updated:Dec 26, 2025

Deletes a private zone.

Debugging

Call this operation in OpenAPI Explorer. OpenAPI Explorer automatically calculates the signature and dynamically generates sample code for different SDKs.

Request parameters

Name Type Required Example Description
Action String Yes DeleteZone

The operation that you want to perform. Set the value to DeleteZone.

Lang String No en

The language.

ZoneId String No AgIDE1MA_150

The zone ID.

UserClientIp String No 1.1.1.1

The IP address of the client.

Returned data

Name Type Example Description
RequestId String E246E023-F2EB-4034-83F7-B13FCF31459C

The ID of the request.

ZoneId String AgIDE1MA_150

The zone ID.

Examples

Sample request

http(s)://pvtz.aliyuncs.com/?Action=DeleteZone
&<Common request parameters>

Sample successful response

XML format

<DeleteZoneResponse>
    <RequestId>B5174E6E-0AA6-4524-BCE4-603DED055319</RequestId>
    <ZoneId>AgIDE1MA_151</ZoneId>
</DeleteZoneResponse>

JSON format

{
	"RequestId": "3852E9B7-417E-40C6-AD98-B691CA82C4F4",
	"ZoneId": "AgIDE1MA_150"
}

Error codes

For a list of error codes, see the Error Center.