delete-records.Rd
Delete a record
delete_records(records, ids, base = NULL, table = NULL, quiet = !interactive()) delete_record(id, base = NULL, table = NULL, quiet = !interactive())
records | A |
---|---|
base | Base, whatever this is Airtable does not document it. |
table | Name of table. |
quiet | Set to |
id, ids | Bare column name containing record ids to update. |