DELETE Application/DeleteDashboardRole

Request Information

URI Parameters

None.

Body Parameters

DashboardRole
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

DashboardID

globally unique identifier

Required

RoleID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "da906af9-d5d4-41b1-b993-5ac99074e75d",
  "DashboardID": "55e12098-54e8-4f0c-b0eb-7d8a9fd7c9dc",
  "RoleID": "aafe3b38-af4e-4aae-a17e-8db340149900"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.