Delete Domain

Type: DELETE

https://cloud.syminet.com/api/v1/domains/{DOMAIN_ID}/delete

Delete domain DOMAIN_ID and all associated DNS records.

Caution

When a domain is deleted, all records for the domain are also deleted.

Required URL Parameters:

DOMAIN_ID

Domain ID to delete.

Curl
 curl --request DELETE \
      --url https://cloud.syminet.com/api/v1/domains/DOMAIN_ID/delete \
      --header "authorization:bearer $API_TOKEN"

Response: 200 OK