# Zone Delete
## Endpoint
`/api/zones/delete`
## Method
GET
## Description
Deletes an authoritative zone.
## Authentication
Token required.
## Parameters
| `token` | string | Yes | - | Session token from `login` or `createToken`. |
| `node` | string | No | - | Node domain name for clustering. When unspecified, the current node is used. Only usable when Clustering is initialized. |
| `zone` | string | Yes | - | Domain name of the zone to be deleted. |
## Response Fields
No additional response fields beyond `status: "ok"`.
## Conditional Logic Notes
- Requires Delete permission on both Zones section and the specific Zone.
## Edge Cases
- This is a destructive, irreversible operation.
- All records within the zone will be deleted along with the zone.
## Obsolete Paths
- `/api/zone/delete`
- `/api/deleteZone`