deleteDnsDomainRecord
Delete Record
Details
- Method:
DELETE - Path:
/domains/{dns-domain}/records/{record-id} - Operation ID:
delete-dns-domain-record
Parameters
{}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('vultr')
# Call this tool
result = await agent.call_tool('deleteDnsDomainRecord', {
# Add required parameters here
})