Login

Delete record

HTTP method

DELETE

URL

https://api.zilore.com/dns/v1/domains/{domain_name}/records

Request parameters

Parameter

Description

domain_name

Domain name. Must conform to the standard. Names of national domains must be passed in Punycode format.

record_id

Record identifier. To delete several records, separate their identifiers with commas.

The domain name's SOA and NS system records in APEX cannot be deleted.

Response fields

Parameter

Description

failed_records

Includes an object where a reason is specified for each erroneous domain

Request example

DELETE https://api.zilore.com/dns/v1/domains/example.com/records?record_id=65425,65426
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0

Response example

{
"status": "ok",
"response": {
"record_status": "deleted"
}
}