Delete a record
1 2 3 4 | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.