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": "5db016d5-4601-465e-a709-edddf1da060f",
"ReportID": "3aa95508-61a2-47ed-bebb-e1805471dea8",
"DashboardID": "da0cd537-ff5c-40b4-b78f-ce415e1697e4",
"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.