---
title: "Delete a DDNS key."
method: DELETE
path: "/v1/account/ddns-keys/{ddns_key_username}"
tags: ["DDNS Keys"]
---

# Delete a DDNS key.

`DELETE /v1/account/ddns-keys/{ddns_key_username}`

Delete an existing DDNS key.

## Path parameters

- `ddns_key_username` string, required

## Response `200`

Deleted

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

## Other responses

- `401` — Unauthenticated
- `404` — Not Found
- `429` — Too Many Requests

---

[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/revisions/619d78b2a70e/schema)
