Remove widget from specified dashboard
DELETE/v1/:projectName/dashboard/:dashboardId/:widgetId
Remove widget from specified dashboard
Request
Path Parameters
dashboardId int64required
dashboardId
projectName stringrequired
projectName
widgetId int64required
widgetId
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...