# Disable DNSSEC This function disables DNSSEC on the domain. * This action is . 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 remove the DNS records at the registrar. When you disable the DNS role, the system this function. Endpoint: GET /DNSSEC/disable_dnssec Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `domain` (string, required) The domain on which to disable DNSSEC. To enable DNSSEC on multiple domains, increment the parameter name. For example: , , . ## 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. * — Disabled. * — The system failed to disable DNSSEC. This return's name is the 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) * - Success. * - Failed. Check the 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.