provider Records DELETE
/{baseId}/{tableIdOrName} @utdk/airtable
/{baseId}/{tableIdOrName} Delete records
Delete one or more records from a table by their record IDs. This operation is permanent and cannot be undone.
- baseId path required
- The Airtable base ID
- string
- tableIdOrName path required
- The table ID or name
- string
- records[] query required
- Record IDs to delete
- array
Try it
Authentication
Configure credentials for Airtable REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import airtable from '@utdk/airtable';
await airtable.deleterecords()