---
title: "Delete Zone"
method: DELETE
path: "/api/v1/zones/{zone}"
tags: ["Zone"]
---

# Delete Zone

`DELETE /api/v1/zones/{zone}`

Deletes this zone, all dns records

## Path parameters

- `zone` string, required

## Response `200`

Your request has been submitted.

- Submitted
  - `status` string — succes
  - `data` string — Your request has been submitted.

## Other responses

- `204` — Zone deleted.
- `401` — Missing authentication
- `404` — Zone does not exists.

## Changes

- **2023-10-06** `26f9efc63bfa` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2023-10-04** `23d2e68a80ad` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/liara-cloud/apis/dns/changes/api/v1/zones/:zone/delete.md)

---

[API](https://skmtc.dev/liara-cloud/apis/dns.md) · [All operations](https://skmtc.dev/liara-cloud/apis/dns/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/dns/revisions/85a963889e53/schema)
