Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

DNS_deleteDNSRecordsV1

Remove specific DNS records for a domain by filtering with record name and type. Supports multiple filters in a single request. Ideal for managing and updating domain configurations efficiently.

Instructions

Delete DNS records for the selected domain.

To filter which records to delete, add the name of the record and type to the filter. Multiple filters can be provided with single request.

If you have multiple records with the same name and type, and you want to delete only part of them, refer to the Update zone records endpoint.

Use this endpoint to remove specific DNS records from domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name

Implementation Reference

  • Schema definition for the DNS_deleteDNSRecordsV1 tool in the APITools interface. Defines the input parameters (domain: string) and response type (any). This is the type definition for the tool's input/output validation.
    "DNS_deleteDNSRecordsV1": { params: { /** * Domain name */ domain: string; }; response: any; // Response structure will depend on the API };

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server