DELETE Application/DeleteRolePermission
Request Information
URI Parameters
None.
Body Parameters
RolePermissionName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
RoleID | globally unique identifier |
Required |
|
PermissionID | globally unique identifier |
Required |
|
AuthorisationTypeID | AuthorisationType |
Required |
|
Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "662b43fe-3120-442d-93f6-dc8760f75342", "RoleID": "02a460d2-6951-44fc-8daf-d57e6d509d95", "PermissionID": "caff1a9f-ea04-4933-b0a8-a66321e6c8db", "AuthorisationTypeID": 1, "Name": "sample string 4" }
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.