curl --location --request DELETE 'https://api.inboxkit.com/v1/api/domains/dmarc' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uids": [
"dom-123e4567-e89b-12d3-a456-426614174000",
"dom-987e6543-e21b-98d7-a654-321456987000"
],
"domains": [
"example.com",
"test.org"
]
}'{
"error": false,
"message": "Domain(s) DMARC settings removed successfully",
"domains": [
{
"uid": "dom-123e4567-e89b-12d3-a456-426614174000",
"name": "example",
"tld": "com",
"status": "active",
"dmarc_email": "[email protected]",
"dns_propagation_status": "pending",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}