Request Structure
URL: /dashboard-widget
Type: DELETE
| Param Type | Name | Description | Field Type | Constraints |
|---|---|---|---|---|
| Header | sessionId | Session ID received after login. | String | Required if username and password are not provided. |
| Header | username | AppViewX login username. | String | Required if sessionId is not provided. |
| Header | password | AppViewX login password. | String | Required if sessionId is not provided. |
| Query | gwkey | Tenant Key. Needed only in case of multi tenant installations. |
String |
|
| Query | gwsource | Source from which the request is triggered (Eg: web, external). | String | |
| Query | dashboardName | Name of the dashboard. | String |
Mandatory. Allowed special characters : '_', '-', ':', '.', '|' (Should not be empty and not start with special characters). |
| Query | widgetName | Name of the class management widget. | String |
Mandatory. Allowed special characters : ‘-’ ,’_’ , ‘.’ , ‘:’ , ’|’ |