Delete a DNS zone profile
eurodns_dns_delete_zone_profilePermanently remove a DNS zone profile by its numeric ID. Verify the profile first, since deletion cannot be undone; use save to modify instead.
Instructions
Deletes a zone profile permanently and returns nothing on success. There is no snapshot to restore a template from, so confirm the id and contents with eurodns_dns_get_zone_profile first; to change a profile rather than remove it, use eurodns_dns_save_zone_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the zone profile, from the list eurodns_dns_get_zone_profile returns when called without an id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |