Delete dashboard by uid
DELETE/v1/grafana/api/dashboards/uid/:uid
Will delete the dashboard given the specified unique identifier (uid). Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
uid stringrequired
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
title object
Dashboard title.
message object
Response message.
id integer
Dashboard id.
{
"title": "Production Overview",
"message": {},
"id": 2
}
Loading...