DELETE Application/DeleteRoleSemanticEntitySecurity
Request Information
URI Parameters
None.
Body Parameters
RoleSemanticEntitySecurityName | 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": "7e4d8b65-7ac7-4493-a023-3164cd999d56", "RoleID": "cee2f167-4a57-4eb8-aab5-47d1bf66694e", "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
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.