Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete a record from a table
airtable__delete_record
{ "type": "object", "properties": { "baseId": { "type": "string", "description": "Airtable base ID" }, "tableIdOrName": { "type": "string", "description": "Table ID or URL-encoded table name" }, "recordId": { "type": "string", "description": "Airtable record ID" } }, "required": [ "baseId", "tableIdOrName", "recordId" ], "description": "Input schema for the airtable__delete_record tool." }