v1
latestSwagger 2.02026-08-041113661.2 MBZoneService
Delete zone
delete/v1beta/dns/zones/{name}
Path parameters
namestring required
Name of the domain to which DNS zone corresponds
Query parameters
idinteger
DNS zone ID.
domain.namestring
Domain name without extension.
domain.extensionstring
Domain extension.
providerstring
Name of the DNS provider. Set provider=sectigo in case of sectigo premium DNS zone should be deleted.
Response
A successful response.
Example response
{
"code": 0,
"data": {
"success": false
},
"desc": ""
}