delete_view
Delete a Notion database view by ID. Preview the target with dry_run, then set confirm to true to execute the deletion.
Instructions
Delete a Notion database view. Destructive: confirm must be exactly true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| view_id | Yes | View ID |