delete_record
Remove a DNS record from the ESA MCP Server by specifying the RecordId, ensuring accurate and secure DNS management. Simplify record deletion tasks with this targeted tool.
Instructions
Deletes a DNS record of a website based on the specified RecordId.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
recordId | Yes | The record ID, which can be obtained by calling ListRecords . |
Input Schema (JSON Schema)
{
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"readOnlyHint": false
},
"properties": {
"recordId": {
"description": "The record ID, which can be obtained by calling ListRecords .",
"examples": [
1234567890123
],
"type": "number"
}
},
"required": [
"recordId"
],
"type": "object"
}