Login

Delete web request address redirection

HTTP method

DELETE

URL

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

Request parameters

Parameter

Description

domain_name

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

wf_address_id

Web redirection identifier; 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/web_forwarding?wf_address_id=75
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0

Response example

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