Records deleter
[apis/airtable/Records deleter]
Input ports
record IDs:
string[]
Receives list of record identifiers relative to an AirTable table.
params:
Output ports
data:
{"deleted": boolean, "id": string[][number]}[]
response:
Sends the entire response from the AirTable API without modification.
error:
{"error": string, optional "details": any}
Last updated