Delete Database Row
delete_database_rowRemove a specific row from an AFFiNE database block by providing document, database block, and row block IDs.
Instructions
Delete a row from an AFFiNE database block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | Workspace ID (optional if default set) | |
| docId | Yes | Document ID containing the database | |
| databaseBlockId | Yes | Block ID of the affine:database block | |
| rowBlockId | Yes | Row paragraph block ID to delete |