Delete Domain
Delete Domain Name for hosted DNS management
Delete Domain URL:
POSThttps://api.hyperleaf.com/api/dns/delete_domain
POST Example
curl https://api.hyperleaf.com/api/dns/delete_domain?key=mykey \
-d 'domain=blah.com'Request Fields (* required)
Name
Type
Description
domain*
string
the domain you're adding
Response Examples
{
"status": "ok",
"message": "Deleted Domain"
}{"status": "error", "message": "domain doesn't exit"}
{"status": "error", "message": "domain invalid"}Last updated