Login

Delete template

HTTP method

DELETE

URL

https://api.zilore.com/dns/v1/templates/{template_id}

Request parameters

Parameter

Description

template_id

Identifier of template

Request example

DELETE https://api.zilore.com/dns/v1/templates/193
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0

Response example

{
"status": "ok",
"response": {
"custom_template_status": "Custom template deleted",
"custom_template_id": "193"
}
}