Views
Remove a View
Deletes an existing view in the project.
DELETE
/
api
/
projects
/
{projectName}
/
views
/
{viewName}
The REST API endpoints can be used with MindsDB running locally at http://127.0.0.1:47334/api.
Path Parameters
projectName
string
requiredProject name the view is in
viewName
string
requiredView name to delete
Response
200 - application/json
The response is of type object
.
Was this page helpful?