Skip to main content
Glama

airtable-mcp-server

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" }

You must be authenticated.

Other Tools from airtable-mcp-server

Related Tools

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/domdomegg/airtable-mcp-server'

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