v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Dashboard Lists

Delete items from a dashboard list

Delete dashboards from an existing dashboard list.

delete/api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards

Path parameters

dashboard_list_idinteger required

ID of the dashboard list to delete items from.

Request body

Example request

{
  "dashboards": [
    {
      "id": "q5j-nti-fv6",
      "type": "host_timeboard"
    }
  ]
}

Response

OK

Example response

{
  "deleted_dashboards_from_list": [
    {
      "id": "q5j-nti-fv6",
      "type": "host_timeboard"
    }
  ]
}