DeleteView
Deletes the specified view from the user's view collection.
Syntax
// Assumes shellUI has been initialized with IShellUI instance
const results = await shellUI.Vault.ViewsOperations.DeleteView({
  id: 0,
});
Message
| Name | Description | Type | 
|---|---|---|
id | The ID of the view to be deleted. | number | 
Return type
| Name | Description | Type | 
|---|
Example
{}