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": "153390a5-465b-4cba-8465-1101485f8f77",
"ContactID": "c3b4c351-77be-4477-8ef5-cff479a4848a",
"SecurityGroupID": "822d376b-5338-4c66-908a-12a5298f8454"
}
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.