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": "7bef0737-600b-4d04-b71a-45ed178d80aa",
"AppSettingID": "6389fdbd-0f42-46f4-a599-f4db5e0a01c6",
"SecurityGroupUserID": "ef9d1779-1b01-4dc4-9330-0ab6f143b755",
"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.