curl --location --request POST 'https://api.inboxkit.com/v1/api/dns/delete' \
--header 'X-Workspace-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"error": false,
"message": "2 DNS records deleted successfully",
"deleted_count": 2,
"deleted_records": [
{
"host": "string",
"value": "string",
"type": "string"
}
],
"remaining_records": 3,
"dns_record": {
"uid": "string"
},
"records": [
{
"host": "string",
"value": "string",
"type": "string"
}
]
}