# Remove domains' DMARC records. This function removes the DMARC DNS record from a domain. You remove DMARC records from temporary domains. Endpoint: GET /remove_dmarc Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `domain` (string) The domain for which to remove the DMARC record. If you do not include this argument, the system will remove DMARC records from domains. To remove multiple domain DMARC records, duplicate the parameter name. For example, use the , , and parameters. ## Response 200 fields (application/json): - `data` (object) - `data.payload` (array) An array of objects that contains information about the DMARC records that were removed. - `data.payload.domain` (string) The domain for which the system removed the DMARC record. Example: "example.com" - `data.payload.msg` (string) Information about the removed DMARC record. Example: "[REMOVE:TXT@_dmarc.exmaple.com:v=DMARC1; p=reject;]" - `data.payload.status` (integer) Whether the system removed the domain's DMARC record on the DNS server. - — The system removed the domain's DMARC record. - — The system did remove the domain's DMARC record. Enum: 0, 1 - `metadata` (object) - `metadata.command` (string) The method name called. Example: "remove_dmarc" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1