tables_db_delete_row
Remove a specific record from an Appwrite database table using its unique identifier to manage data efficiently.
Instructions
Delete a row by its unique ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable). | |
| row_id | Yes | Row ID. | |
| transaction_id | No | Transaction ID for staging the operation. |