->delete()
Deletes all records in a table, or a specific record, from the database.
Arguments
| Arguments | Type | Description |
|---|---|---|
thing
|
string, RecordId or StringRecordId
|
The table name or a RecordId to delete.
|
Example usage
Translated query
This function will run the following query in the database.