| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The ID of the DNS record |
assignedDomainId | string | Yes | The domain id. |
curl --location --request DELETE 'https://api.zapmail.ai/api/v2/dns' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;'{
"status": 200,
"message": "Dns records deleted successfully",
"data": null
}