---
title: "Delete name"
method: DELETE
path: "/v1/dns/records/{zone_name}/{name}"
tags: ["records"]
---

# Delete name

`DELETE /v1/dns/records/{zone_name}/{name}`

Delete name, along with associated records and metadata.

## Path parameters

- `zone_name` string, required — The name of the zone.
- `name` string, required — The DNS name, not including the zone portion.

## 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` — Multiple error variants are possible: - changing this DNS name is forbidden (code: 3998) - changing this DNS name is prohibited; please contact support (code: 4821) - changing this zone is prohibited; please contact support (code: 3903) - operation only available via the website (code: 4786)
- `404` — Multiple error variants are possible: - DNS name not found (code: 4809) - zone not found (code: 2510) - zone not shared (code: 2728)

---

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