> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Records

> Delete multiple records from an Airtable table.

The **Delete Records** action permanently deletes records by ID. It groups
larger lists into Airtable's 10-record delete batches.

## Inputs

| Input                   | Type             | Required | Description                       |
| ----------------------- | ---------------- | -------- | --------------------------------- |
| **Third-party account** | Airtable account | Yes      | Account with record-write access. |
| **Base ID**             | String           | Yes      | Airtable base ID.                 |
| **Table Name or ID**    | String           | Yes      | Table name or Airtable table ID.  |
| **Record IDs**          | List of strings  | Yes      | Airtable record IDs to delete.    |

<Warning>
  Record deletion is permanent and this action returns no output. A failure in a
  later batch does not restore records deleted by earlier requests.
</Warning>

<Note>An empty Record IDs list performs no operation.</Note>
