---
title: Delete
url: https://www.tines.com/docs/api/dashboards/delete/
updated: 2026-04-22T10:37:29+00:00
description: Delete a dashboard.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Dashboards](https://www.tines.com/llm/docs/api/dashboards.md)*

# Delete

*[View on tines.com](https://www.tines.com/docs/api/dashboards/delete/)*

## Description

Delete a dashboard.

## Request

HTTP Method: **DELETE**

| Parameter    | Description                        |
| ------------ | ---------------------------------- |
| dashboard_id | The ID of the dashboard to delete. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/dashboards/<<dashboard_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
