delete_view
Permanently delete a Notion database view. Provide the view ID and set confirm to true to proceed.
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. |