---
title: "Deletes the specified dashboard."
method: DELETE
path: "/dashboards/{dashboard_id}"
tags: ["Dashboard"]
---

# Deletes the specified dashboard.

`DELETE /dashboards/{dashboard_id}`

## Path parameters

- `dashboard_id` integer, required

## Response `204`

The dashboard was deleted.

## Other responses

- `400` — Thrown if the dashboard id or phone number is invalid.
- `401` — Unauthorized. Sent if the API key is omitted or invalid.
- `404` — Thrown if no dashboard with that id exists in the account.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
