---
title: "Delete Endpoint"
method: POST
path: "/user/dashboard/delete"
tags: ["user"]
---

# Delete Endpoint

`POST /user/dashboard/delete`

Definitively delete all revisions of a given dashboard for the
given

## Request body

- DeleteDashboardRequest
  - `tenant_id` string, required
  - `dashboard_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `403` — `{"detail": "Invalid API Key"}`
- `422` — Validation Error

---

[API](https://skmtc.dev/tenzir/apis/tenzir-platform-api.md) · [All operations](https://skmtc.dev/tenzir/apis/tenzir-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tenzir/tenzir-platform-api/revisions/1c6c33bb8ba3/schema)
