removeGadget
Remove gadget from dashboard
DELETE /rest/api/3/dashboard/{dashboardId}/gadget/{gadgetId} HTTP/1.1Parameters
{
"dashboardId": {
"description": "The ID of the dashboard.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
},
"gadgetId": {
"description": "The ID of the gadget.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
}
}Response Schema
{}