Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 248 Bytes

File metadata and controls

18 lines (13 loc) · 248 Bytes
title Remove a View
sidebarTitle Remove a View

Description

The deleteView() function deletes an existing view from MindsDB.

Syntax

Here is the syntax:

await MindsDB.Views.deleteView(
  'view_name',
  'project_name');