Login

Delete failover record

HTTP method

DELETE

URL

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

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

Identifier of failover record, from list_failover_records (several values can be passed separated by commas)

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/failovers?record_id=65490
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0

Response example

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