Delete a database row
rootr_delete_rowDelete a single row from a Rootr database by row ID. Moves any linked page to trash. Verify the row before deletion to prevent errors.
Instructions
Delete ONE row of a Rootr (루터) DATABASE by rowId (its linked page, if any, is moved to the trash). Verify the row via rootr_read_database first — do not guess rowIds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rowId | Yes | Row id to delete (must belong to the database) | |
| databaseId | Yes | DATABASE node id |