DELETE Application/DeleteDashboardRole
Request Information
URI Parameters
None.
Body Parameters
DashboardRole| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DashboardID | globally unique identifier |
Required |
|
| RoleID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "e41f80c6-1410-49f0-8f11-e80f5379add6",
"DashboardID": "eba6690d-0cbd-45f4-bb2a-8b2592f67a92",
"RoleID": "f67a43c4-45a0-432e-b83f-7de738f77f08"
}
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.