---
title: "Delete dashboard"
method: DELETE
path: "/rest/api/3/dashboard/{id}"
tags: ["Dashboards"]
---

# Delete dashboard

`DELETE /rest/api/3/dashboard/{id}`

Deletes a dashboard.

**[Permissions](#permissions) required:** None

The dashboard to be deleted must be owned by the user.

## Path parameters

- `id` string, required

## Response `204`

Returned if the dashboard is deleted.

## Other responses

- `400` — 400 response
- `401` — Returned if the authentication credentials are incorrect or missing.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/versions/5a51740d7ab3/schema)
