---
title: "Unverify dashboard"
method: DELETE
path: "/api/v1/dashboards/{dashboardUuidOrSlug}/verification"
tags: ["Dashboards"]
---

# Unverify dashboard

`DELETE /api/v1/dashboards/{dashboardUuidOrSlug}/verification`

Remove verification from a dashboard

## Path parameters

- `dashboardUuidOrSlug` string, required — A resource UUID or its URL slug. Resolve to a real UUID before using as a key.

## Response `200`

Success

- ApiContentVerificationDeleteResponse
  - `results` unknown
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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