Delete all DNS records for domains

Massively delete DNS records for your domains. This is useful for cleaning up DNS settings or preparing a domain for new configurations.

Headers

Accept Example
Content-Type Example

Responses

200 Successful response

No response body

POST https://cloud.hostup.se/api/domains/bulk/dns/delete
For AI assistants
cURL
curl -X POST "https://cloud.hostup.se/api/domains/bulk/dns/delete" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{}