curl --location --request DELETE 'https://api.inboxkit.com/v1/api/domains/dmarc' \
--header 'X-Workspace-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uids": [
"string"
]
}'
{
"error": false,
"message": "DMARC policy removed successfully"
}