DELETE Application/DeleteContactSecurityGroup
Request Information
URI Parameters
None.
Body Parameters
ContactSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ContactID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "b0b59cea-68d6-42a4-8cb7-af78b65594ad",
"ContactID": "cd62a71b-87cd-4a67-b13c-aec215c8944a",
"SecurityGroupID": "66c1b3be-b5c5-44bd-9527-16147cc83db3"
}
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.