DELETE Application/DeleteDashboardItem
Request Information
URI Parameters
None.
Body Parameters
DashboardItem| Name | 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": "bca00a8e-4f5a-4144-83e4-35f967260061",
"ReportID": "f2362c56-adc5-4663-ae73-ffaacb3271f6",
"DashboardID": "c0433564-c272-49f3-8a67-15c680133e6e",
"ColIndex": 4,
"RowIndex": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | 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.