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'
circle-info

Note: You can get the recordid from the Get Records API

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",
}

Last updated