airtable-mcp-server

by domdomegg
Verified

delete_records

Remove one or more records from an Airtable table by specifying base ID, table ID, and record IDs. Streamline database management and maintain data accuracy.

Instructions

Delete one or more records from a table

Input Schema

NameRequiredDescriptionDefault
baseIdYes
recordIdsYes
tableIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseId": { "type": "string" }, "recordIds": { "items": { "type": "string" }, "type": "array" }, "tableId": { "type": "string" } }, "required": [ "baseId", "tableId", "recordIds" ], "type": "object" }

Other Tools from airtable-mcp-server

Related Tools

ID: 7abwib27hk