# 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, the system disables this function.

Endpoint: GET /DNSSEC/disable_dnssec
Version: 11.136.0.4
Security: BasicAuth

## Query parameters:

  - `domain` (string, required)
    The domain on which to disable DNSSEC.

Note:

 To enable DNSSEC on multiple domains, increment the parameter name. For example: domain-0, domain-1, domain-2.

## Response 200 fields (application/json):

  - `apiversion` (integer)
    The version of the API.
    Example: 3

  - `func` (string)
    The name of the method called.
    Example: "disable_dnssec"

  - `module` (string)
    The name of the module called.
    Example: "DNSSEC"

  - `result` (object)

  - `result.data` (object)
    Example: {"disabled":{"example.com":1}}

  - `result.data.disabled` (object)
    An array of objects that contain the domains for which the system disabled DNSSEC.
    Example: {"example.com":1}

  - `result.data.disabled.additionalProperties` (integer)
    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.
    Enum: 0, 1

  - `result.errors` (array,null)
    List of errors if the API failed.

  - `result.messages` (array,null)
    List of messages generated by the API.

  - `result.metadata` (object)

  - `result.status` (integer)
    * 1 - Success.
* 0 - Failed. Check the errors field for more details.
    Enum: 0, 1

  - `result.warnings` (array,null)
    List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running a API.


