delete_view
Delete a Notion database view. Requires explicit confirmation (confirm must be exactly true) to prevent accidental removal.
Instructions
Delete a Notion database view. Destructive: confirm must be exactly true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | View ID | |
| confirm | No | Must be exactly true to delete the view unless dry_run is true | |
| dry_run | No | Preview the delete target without mutating Notion. Default false. |