DELETE Application/DeleteRole
Request Information
URI Parameters
None.
Body Parameters
RoleName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
Required |
|
Description | string |
None. |
|
IsSystemAdministrator | boolean |
Required |
|
WorkflowID | globally unique identifier |
Required |
|
IsGroupAdmin | boolean |
Required |
|
Workflow | Workflow |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "5d948c86-3c60-4319-8b5f-001a82c4d4df", "Name": "sample string 2", "Description": "sample string 3", "IsSystemAdministrator": true, "WorkflowID": "843a4375-97ed-41da-b96f-f4c4419615e4", "IsGroupAdmin": true, "Workflow": { "$id": "2", "ID": "916b8d5a-930c-4c25-ab86-f8d3c06e00d6", "ParentID": "71789272-537e-49f8-8ed1-07eaeeb8d373", "TypeID": 2, "Name": "sample string 3", "Description": "sample string 4", "Sequence": 5, "Active": true, "Caption": "sample string 7", "IconName": "sample string 8", "IsMobile": true, "Alias": "sample string 10", "NotificationBadgeValueViewModel": "sample string 11", "NotificationBadgeBackgroundColour": "sample string 12", "NotificationBadgeTextColour": "sample string 13", "IsPercentageNotificationBadge": true, "IsVisible": true } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.