delete
Name
delete -- deletes the row from a table
Synopsis
delete(table, [a])
Parameters
- table
Name of table.
- [a]
A dictionary of values.
Description
This method deletes the row from a table. It deletes based on the OID
as munged as described above.