provider Records DELETE
/{baseId}/{tableIdOrName}/{recordId} @utdk/airtable
/{baseId}/{tableIdOrName}/{recordId} Delete a record
Permanently delete a single record from the specified table by its record ID.
- baseId path required
- The Airtable base ID
- string
- tableIdOrName path required
- The table ID or name
- string
- recordId path required
- The record ID to delete
- string
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.deleterecord()