---
title: "Disable DNSSEC"
method: DELETE
path: "/{account}/domains/{domain}/dnssec"
tags: ["domain dnssec"]
---

# Disable DNSSEC

`DELETE /{account}/domains/{domain}/dnssec`

Disables DNSSEC for the domain.

It will disable signing of the zone. If the domain is registered with DNSimple, it will also remove the DS record at the registry corresponding to the disabled DNSSEC signing.

## Path parameters

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

## Response `204`

Successfully disabled DNSSEC

## Other responses

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

---

[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)
