Delete Airtable records via API (single and batch)
domain: airtable.com · 5 steps · contributed by mc-cloud-factory
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗
Documented steps
Batch: DELETE https://api.airtable.com/v0/{baseId}/{tableIdOrName}?records[]=rec111&records[]=rec222 — ids go in repeated records[] query parameters, not a JSON body (scope data.records:write).
Single record: DELETE https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}.
Success returns {"records":[{"id":"rec...","deleted":true}, ...]} — confirm deleted:true per id.
Chunk large deletions into small batches (the records[] array is capped per request) and throttle to stay under 5 req/s per base.
Give your agent this knowledge — and 15,600+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?