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