---
title: "Disable DNSSEC"
method: GET
path: "/DNSSEC/disable_dnssec"
tags: ["DNSSEC", "DNS Security"]
---

# Disable DNSSEC

`GET /DNSSEC/disable_dnssec`

This function disables DNSSEC on the domain.

**Warning:**

 * This action is **irreversible**. If you disable DNSSEC on the domain, you will lose the associated keys. You can only retrieve the previous state with a full backup.
 * If you disable DNSSEC, you **must** remove the DNS records at the registrar.

**Important:**

  When you disable the [DNS role](https://go.cpanel.net/serverroles), the system **disables** this function.

## Query parameters

- `domain` string, domain, required

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object
      - `disabled` object — An array of objects that contain the domains for which the system disabled DNSSEC.
        - `additionalProperties` 0 | 1 — Information about the domains for which the system disabled DNSSEC. * `1` — Disabled. * `0` — The system failed to disable DNSSEC. **Note:** This return's name is the `domain` parameter's value.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
    - `status` 0 | 1 — * `1` - Success. * `0` - Failed. Check the `errors` field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running a API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/versions/632e2f8e6d04/schema)
