v1

latestOpenAPI 3.0.32026-07-14314472448.6 KB
dashboards

Delete dashboard by uid.

Will delete the dashboard given the specified unique identifier (uid).

Use: /apis/dashboard.grafana.app/v1/namespaces/{ns}/dashboards/{uid}

delete/dashboards/uid/{uid}

Path parameters

uidstring required

Response

(empty)

messagestring required

Message Message of the deleted dashboard.

titlestring required

Title Title of the deleted dashboard.

uidstring required

UID Identifier of the deleted dashboard.

Example response

{
  "message": "Dashboard My Dashboard deleted",
  "title": "My Dashboard",
  "uid": "65"
}