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": "8d6f1c44-40c3-4d34-846a-8191bc354e38",
"RoleID": "ea001408-9d32-46b2-a420-4b81a52d3a18",
"PermissionID": "9205cc85-edaf-404b-9271-2bb462920134",
"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.