delete_domain_dns
ActiveTool of BorealHost
Delete a DNS record from a domain. Requires: API key with write scope. Args: domain_name: Full domain name (e.g. "example.com") record_id: ID of the DNS record to delete (from list_domain_dns) Returns: {"success": true, "message": "DNS record deleted"} Errors: NOT_FOUND: Domain or record not found
Parameters schema
{
"type": "object",
"title": "delete_domain_dnsArguments",
"required": [
"domain_name",
"record_id"
],
"properties": {
"record_id": {
"type": "string",
"title": "Record Id"
},
"domain_name": {
"type": "string",
"title": "Domain Name"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries