Delete specified dashboard by ID for specified project
DELETE/v1/:projectName/dashboard/:dashboardId
Delete specified dashboard by ID for specified project
Request
Path Parameters
dashboardId int64required
dashboardId
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...