delete_record
Remove a specific record from an Airtable table by specifying the base ID, table name, and record ID. Streamline data management on the Airtable MCP Server.
Instructions
Delete a record from a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_id | Yes | ID of the base | |
record_id | Yes | ID of the record to delete | |
table_name | Yes | Name of the table |