DELETE Application/DeleteRoleSemanticEntitySecurity
Request Information
URI Parameters
None.
Body Parameters
RoleSemanticEntitySecurity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| RoleID | globally unique identifier |
Required |
|
| SemanticEntitySchemaName | string |
Required |
|
| SemanticEntityName | string |
Required |
|
| EntityID | string |
Required |
|
| HasAccess | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "23768b57-0e81-484d-99ff-0716d42aa68b",
"RoleID": "29c1fa4f-cba9-4d78-990d-06e82fceb18c",
"SemanticEntitySchemaName": "sample string 3",
"SemanticEntityName": "sample string 4",
"EntityID": "sample string 5",
"HasAccess": true
}
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.