---
title: "Delete dashboard"
method: DELETE
path: "/v1/dashboards/{dashboardId}"
tags: ["Dashboards"]
---

# Delete dashboard

`DELETE /v1/dashboards/{dashboardId}`

## Path parameters

- `dashboardId` string, typeid, required

## Response `204`

Dashboard deleted successfully.

## Other responses

- `401` — The caller must be signed in.
- `403` — Only workspace owners and admins can delete dashboards.
- `404` — The dashboard was not found.

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/571dc4a74532/schema)
