Delete items from a dashboard list
DELETE {{baseUrl}}/api/v2/dashboard/lists/manual/:dashboard_list_id/dashboards
Delete dashboards from an existing dashboard list.
Request Body
{"dashboards"=>[{"type"=>"host_timeboard", "id"=>"q5j-nti-fv6"}, {"type"=>"host_timeboard", "id"=>"q5j-nti-fv6"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"deleted_dashboards_from_list":[{"type":"host_timeboard","id":"q5j-nti-fv6"},{"type":"host_timeboard","id":"q5j-nti-fv6"}]}