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.

deleterecord
DELETE/{baseId}/{tableIdOrName}/{recordId}
Permanently delete a single record from the specified table by its record ID.

Parameters

required

The Airtable base ID

required

The table ID or name

required

The record ID to delete

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import airtable from '@utdk/airtable';

await airtable.deleterecord()