delete_by_id
Delete a row from a table by its ID.
Parameters
Name | Description | Type | Default |
---|---|---|---|
table (required) | Name of the table to delete from. | str | None |
id (required) | ID of the row to delete. Optional[dict]: The deleted row, or None if no row matches. | str | None |