Delete a record

delete_records(records, ids, base = NULL, table = NULL,
  quiet = !interactive())

delete_record(id, base = NULL, table = NULL, quiet = !interactive())

Arguments

records

A data.frame of records to create.

base

Base, whatever this is Airtable does not document it.

table

Name of table.

quiet

Set to TRUE to print helpful messages.

id, ids

Bare column name containing record ids to update.