Delete a Zone
Use this API call to delete a DNS Zone.
Requires the dns-manage permission.
query
Returns
Returns a DNS zone resource (the one you just deleted), otherwise returns an Error.
Delete /v1/dns/zones/{ID}
Example Request
$ curl \https://api.cycle.io/v1/dns/zones/5cb964ed4fde4d0001d05cc7 \-H"Authorization: Bearer API_KEY"\-H"X-HUB-ID: HUB_ID"\-X Delete
Example Response
{"data": {"id": "5a14de0a78ecdb000128b9ec","hub_id": "6e43de0a78ecdb000129b8ec","origin": "domain.com","hosted": true,"creator": {"type": "account","id": "6e43de0a78ecdb000129b8ec"},"state": {"changed": "2019-05-27T22:09:50.393Z","current": "live"},"events": {"last_verification": "2019-05-27T22:09:50.375Z","verified": "2019-05-27T22:09:50.375Z","created": "2019-05-27T22:09:50.375Z","updated": "0001-01-01T00:00:00Z","deleted": "0001-01-01T00:00:00Z"}}}