# Delete

Launch stage: GA

`DELETE /api/2.0/lakeview/dashboards/{dashboard_id}/published`

Unpublish the dashboard.

API scopes: dashboards

## Path parameters

- `dashboard_id` (string, optional)
  UUID identifying the published dashboard.

## Response

```json
{}
```

