DELETE Application/DeleteAppSettingSecurityGroupUser
Request Information
URI Parameters
None.
Body Parameters
AppSettingSecurityGroupUser| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| AppSettingID | globally unique identifier |
Required |
|
| SecurityGroupUserID | globally unique identifier |
Required |
|
| Value | string |
Required |
|
| IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "bef92706-112a-4db3-ac8e-3b0fdbd03ba9",
"AppSettingID": "e94d4588-85b5-4276-9558-15d7256360cf",
"SecurityGroupUserID": "98a599f2-3646-470c-9710-2367655a671a",
"Value": "sample string 4",
"IsActive": 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.