Open Context Protocol is live! 🚀 Read the launch post

removeGadget

Remove gadget from dashboard

DELETE /rest/api/3/dashboard/{dashboardId}/gadget/{gadgetId} HTTP/1.1

Parameters

{
  "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

{}