Delete Record
Delete Record inside Specific Domain
Delete Record URL:
POSThttps://api.hyperleaf.com/api/dns/delete_record
POST Example
curl https://api.hyperleaf.com/api/dns/delete_record?key=mykey \
-d 'domain=blah.com' \
-d 'recordid=5282312'Request Fields (* required)
Name
Type
Description
domain*
string
the domain you're adding
recordid*
int
the record ID obtained from the List Records API command
Response Examples
{
"status": "ok",
}{"status": "error", "message": "domain doesn't exit"}
{"status": "error", "message": "domain invalid"}Last updated