delete_view
Remove a saved view from a project by providing the project UUID and view UUID; only the view owner or a project admin can delete it.
Instructions
Delete a saved view. This requests project_id and view_id as uuid parameters. Only the view's owner or a project Admin may delete it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | The uuid identifier of the view to delete | |
| project_id | Yes | The uuid identifier of the project containing the view |