---
title: "Delete a dashboard"
method: DELETE
path: "/api/v1/dashboard/{dashboard_id}"
tags: ["Dashboards"]
---

# Delete a dashboard

`DELETE /api/v1/dashboard/{dashboard_id}`

Delete a dashboard using the specified ID.

## Path parameters

- `dashboard_id` string, required

## Response `200`

OK

- DashboardDeleteResponse — Response from the delete dashboard call.
  - `deleted_dashboard_id` string — ID of the deleted dashboard.

## Other responses

- `403` — Authentication Error
- `404` — Dashboards Not Found
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v1.md) · [All operations](https://skmtc.net/datadog/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v1/versions/ca5871004d26/schema)
