DELETE Application/DeleteDashboardItem
Request Information
URI Parameters
None.
Body Parameters
DashboardItemName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
ReportID | globally unique identifier |
Required |
|
DashboardID | globally unique identifier |
Required |
|
ColIndex | integer |
Required |
|
RowIndex | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "8c1f018e-b249-4fee-b19d-ed516e489752", "ReportID": "f4712525-11a2-4ea9-976a-b54bdc3c80a6", "DashboardID": "c91d6d8e-d9b7-4bc3-a325-62155ba5e605", "ColIndex": 4, "RowIndex": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.