DELETE Application/DeleteSecurityGroup
Request Information
URI Parameters
None.
Body Parameters
SecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Description | string |
None. |
|
| LogVerbosityID | integer |
Required |
|
| BlockSyncMessage | string |
None. |
|
| SyncPollingMin | integer |
Required |
|
| IsBlocked | boolean |
Required |
|
| IsCommercialWorkflow | boolean |
Required |
|
| IsDefault | boolean |
Required |
|
| PhotoID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "e40e808f-d3e7-461f-b79c-bed6489e3355",
"name": "sample string 2",
"description": "sample string 3",
"logVerbosityID": 4,
"blockSyncMessage": "sample string 5",
"syncPollingMin": 6,
"isBlocked": true,
"isCommercialWorkflow": true,
"isDefault": true,
"photoID": "3a3eac4b-364a-4017-8dcd-4613ed9e33c5"
}
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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.