This function removes the DMARC DNS record from a domain.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ remove_dmarc \ domain='example.com'
{- "data": {
- "payload": [
- {
- "domain": "example.com",
- "msg": "[REMOVE:TXT@_dmarc.exmaple.com:v=DMARC1; p=reject;]",
- "status": 1
}
]
}, - "metadata": {
- "command": "remove_dmarc",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}