DELETE Application/DeleteDashboardGroup
Request Information
URI Parameters
None.
Body Parameters
DashboardGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DashboardID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "051528dd-37b2-4099-b72d-a8a759c48013",
"DashboardID": "4a32b81e-62ab-4e56-8a8b-7aa3311b1299",
"SecurityGroupID": "4d612609-0cfa-4b48-b83c-335293b9a0cd"
}
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.