Monitoring - Delete Widget
Deletes a widget from dashboard.
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}/widget/{widgetId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
dashboard
|
path | True |
string |
Specify the dashboard ID. |
|
widget
|
path | True |
string |
Specify the Widget ID. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
boolean |
OK.Successfully deleted a widget from a specific dashboard Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Examples
Monitoring_DeleteWidget
Sample request
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/925b3d43-d716-d56d-84ba-55a2467a6e7d/widget/edbacdbd-2a9c-06ef-db6a-6d711c2bf8f1
Sample response
[
"true"
]