Records deleter
[apis/airtable/Records deleter]

Input ports
record IDs:
string[]
Receives list of record identifiers relative to an AirTable table.
params:
{"apiKey": string, "baseId": string, "tableName": string}
Output ports
data:
{"deleted": boolean, "id": string[][number]}[]
response:
{"status": number, "headers": {string: any}, "body": string}
Sends the entire response from the AirTable API without modification.
error:
{"error": string, optional "details": any}
Last updated