v1
latestOpenAPI 3.1.02026-07-2426068.5 KBDelete Record
Deletes a record from a domain.
delete/domains/{domain}/records/{id}
Path parameters
domainstring required
The domain name
idstring required
The ID of the record
Response
200
Example response
{
"id": "aaaaaaaaaaabbbbbbbbbbbbb",
"uid": "aaaaaaaaaaabbbbbbbbbbbbb",
"domain": "test.com",
"hostname": "@",
"type": "A",
"value": "40.40.40.40",
"ttl": 3600
}