Skip to main content

Remove DNS zone

Deletes the selected DNS zone

HTTP Request

DELETE /service/@service_id/dns/@zone_id

Auth: true

QUERY PARAMETERS

ParameterTypeDescription
service_idintService ID
zone_idintZone ID

Example Response


{
"info": [
"Domain zone testzone.com was deleted successfully."
]
}