batch_delete_records
Delete multiple records from an Airtable table simultaneously by providing their record IDs.
Instructions
Delete multiple records in a single request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_name | Yes | Name of the table | |
| record_ids | Yes | Array of record IDs to delete |