---
title: "Delete zone authority"
method: DELETE
path: "/v1/dns/zone-authorities/{zone_authority_name}"
tags: ["zone_authorities"]
---

# Delete zone authority

`DELETE /v1/dns/zone-authorities/{zone_authority_name}`

Delete zone authority.

## Path parameters

- `zone_authority_name` string, required — ## Identifier A string type that has a limited character set, which makes it useful as an easy to type identifier for use in things like URL paths. The restrictions are alphanumeric characters (Unicode is permitted), plus dashes and underscore except for the initial character.

## Response `200`

resource deleted

- CommandSuccess
  - `warnings` Warning[]
    - `code` string, required — A code for this warning.
    - `title` string, required — A title for this warning.
    - `detail` string, nullable — Contextual information about this warning.

## Other responses

- `401` — unauthorized (code: 2465)
- `403` — operation only available via the website (code: 4786)
- `404` — Multiple error variants are possible: - zone authority not found (code: 3792) - zone not shared (code: 2728)
- `409` — zone authority still in use (code: 2677)

---

[API](https://skmtc.dev/noip/apis/no-ip-api.md) · [All operations](https://skmtc.dev/noip/apis/no-ip-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noip/no-ip-api/revisions/619d78b2a70e/schema)
