DELETE Application/DeleteRolePermission
Request Information
URI Parameters
None.
Body Parameters
RolePermission| Name | 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": "4ab70a16-66cb-49eb-9559-343586a4c74c",
"RoleID": "713baa3a-f9c3-48ac-84a7-cb001f6e9e9c",
"PermissionID": "e0ee6f23-0d5d-4465-8226-43151cb060d9",
"AuthorisationTypeID": 1,
"Name": "sample string 4"
}
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.