Delete Record Collection
delete_record_collectionRemove an entire record collection and all its rows from a pane to reset or delete grouped data like todo lists or comment threads.
Instructions
Drop a WHOLE per-pane record collection at once: every row plus the collection row itself. Use this to reset or remove a collection (todo list, comment thread, board) rather than deleting rows one by one with delete_record. Owner-only and destructive, so it requires confirm:true. Collection names are immutable, so to rename a collection drop the old one and write under the new name. Returns { deleted: true, collection }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Required (true) to drop the whole collection. This removes every row plus the collection row itself and cannot be undone. | |
| pane_id | Yes | The pane id. | |
| collection | Yes | The record collection to drop in its entirety. |