Skip to main content
MindsDB home page
SDKs & APIs
Ask AI
Copy page
Search...
MindsDB home page
Search...
Navigation
Tables, Views, and Files
Remove a View
Overview
Introduction
Interfaces
REST API
Python SDK
Overview
Connect
Unify
Projects
Knowledge Bases
Tables, Views, and Files
Create a Table
Remove a Table
Query a Table
Native Queries
Update a Table
Insert Into a Table
Join Tables On
Delete From a Table
Create a View
Remove a View
Query a View
List Views
Upload a File
Remove a File
Query a File
Jobs
Respond
JavaScript SDK
Watch Video
Slack
GitHub
Website
On this page
Description
Syntax
Tables, Views, and Files
Remove a View
Description
The
drop_view()
function removes a view from MindsDB.
Syntax
Use the
drop_view()
method to remove a view:
Copy
Ask AI
project.drop_view(
'view_name'
)
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Create a View
Query a View
Assistant
Responses are generated using AI and may contain mistakes.