Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha

delete_records

Remove multiple records from an Airtable base by specifying the base ID, table ID, and record IDs using the Airtable OAuth MCP Server interface.

Instructions

Delete multiple records

Input Schema

NameRequiredDescriptionDefault
base_idYesThe Airtable base ID
record_idsYesList of record IDs to delete
table_idYesThe table ID or name

Input Schema (JSON Schema)

{ "properties": { "base_id": { "description": "The Airtable base ID", "title": "Base Id", "type": "string" }, "record_ids": { "description": "List of record IDs to delete", "items": { "type": "string" }, "title": "Record Ids", "type": "array" }, "table_id": { "description": "The table ID or name", "title": "Table Id", "type": "string" } }, "required": [ "base_id", "table_id", "record_ids" ], "type": "object" }

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

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