# Remove DMARC record from domain(s) This function removes the DMARC record for domains. Endpoint: GET /EmailAuth/remove_dmarc Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `domain` (string) The domain from which to remove the DMARC record. If you do not include this argument, the system will remove DMARC records from domains owned by the user. To remove multiple domain DMARC records, duplicate the parameter name. For example, use the , , and parameters. You remove DMARC records on temporary domains. ## Response 200 fields (application/json): - `apiversion` (integer) The version of the API. Example: 3 - `func` (string) The name of the method called. Example: "remove_dmarc" - `module` (string) The name of the module called. Example: "EmailAuth" - `result` (object) - `result.data` (array) An array of objects that contain information about the removed DMARC records. - `result.data.domain` (string) The domain for which the DMARC record was removed. Example: "example.com" - `result.data.msg` (string) Information about the removed DMARC record. Example: "[REMOVE:TXT@_dmarc.example.com:v=DMARC1; p=reject;]" - `result.data.status` (integer) Whether the system removed the domain's DMARC record. * - The system removed the domain's DMARC record. * - The system did remove the domain's DMARC record. 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 an API.