DELETE Application/DeleteUserSemanticEntitySecurity
Request Information
URI Parameters
None.
Body Parameters
UserSemanticEntitySecurity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
Required |
|
| SemanticEntitySchemaName | string |
Required |
|
| SemanticEntityName | string |
Required |
|
| EntityID | string |
Required |
|
| HasAccess | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "f436ed2b-c1c4-402e-83f7-71c1014ed34c",
"SecurityGroupUserID": "a9a1859e-a61c-4e12-94a2-c8e4f4d69161",
"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.