Delete existing contact template by ID.
Request
Add parameter in header API-key
Example:API-key: ********************
Request Code Samples
curl --location --request DELETE 'https://mijn.host/api/v2/domains/dns-templates/1234' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json'
Responses
application/json {
"status": "string",
"status_description": "string"
}
Modified at 2026-01-22 15:16:41