v1

latestSwagger 2.02026-07-17290378721.8 KB
dashboards

Delete dashboard by uid.

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

delete/dashboards/uid/{uid}

Path parameters

uidstring required

Response

(empty)

idinteger required

ID Identifier of the deleted dashboard.

messagestring required

Message Message of the deleted dashboard.

titlestring required

Title Title of the deleted dashboard.

Example response

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