---
title: "Delete a delegation signer record"
method: DELETE
path: "/{account}/domains/{domain}/ds_records/{ds}"
tags: ["domain dnssec"]
---

# Delete a delegation signer record

`DELETE /{account}/domains/{domain}/ds_records/{ds}`

Removes a DS record from the domain.

## Path parameters

- `account` integer, required
- `domain` string, required
- `ds` integer, required

## Response `204`

Successfully removed the delegation signer record.

## Other responses

- `400` — A required parameter is missing or the request is invalid.
- `404` — The requested resource doesn't exist.

---

[API](https://skmtc.net/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.net/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/versions/270bb4f6f532/schema)
