Delete a record in a table in Airtable.
Application
| Name | Description | Data Type | Required? |
|---|
| Base ID | Unique identifier of the base. Example: app1234567890 | Text | Yes |
| Table ID or name | Table ID or table name. Table names and table IDs can be used interchangeably, but table IDs are recommended. Example: tbl1234567890 | Text | Yes |
| Record ID | Unique identifier of the record. Example: rec1234567890 | Text | Yes |
Outputs (what you get)
| Name | Description | Data Type |
|---|
| Response status code | The HTTP status code returned by the API. | Number |
| Response headers | The response headers returned by the API. | JSON |
| Response body | The response body returned by the API. | JSON |
Requirements