---
title: "admDeleteDashboard"
canonical: "https://support.appfire.com/space/PSJC/747965336/admDeleteDashboard"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Deletes the dashboard

Deletes the dashboard.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admDeleteDashboard(dashboardId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | deleteDashboard(dashboardId) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| dashboardId | string | Yes | The dashboard ID to be deleted |

## Return Type

**boolean**

true if the deletion is successful.

## See also

> Macro (contentbylabel)