You're viewing a demo portfolio

Join the waitlist
PRSM

delete_domain_dns

Active

Tool of BorealHost

declared in 1.27.0

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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
delete_domain_dns — BorealHost — PRSM MCP