DELETE Replication/DeleteSynchronisationGroupTables
Request Information
URI Parameters
None.
Body Parameters
SynchronisationGroupTable| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SynchronisationGroupID | globally unique identifier |
Required |
|
| SemanticEntityID | globally unique identifier |
None. |
|
| SemanticPropertyID | globally unique identifier |
None. |
|
| FilterClause | string |
None. |
|
| SynchronisationOptionType | SynchronisationOptionType |
Required |
|
| Sequence | integer |
Required |
|
| SemanticEntityName | string |
None. |
|
| SemanticPropertyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "5b61aa58-c4fb-4f9e-9fb2-baff75bf817b",
"SynchronisationGroupID": "5508b740-e59d-41d5-98cd-ec24b0bd25b8",
"SemanticEntityID": "8f7a8a1a-b60d-47a9-9663-bfc443ec0f8d",
"SemanticPropertyID": "2ebb55d8-8353-405a-8509-5f571b4f24dd",
"FilterClause": "sample string 3",
"SynchronisationOptionType": 1,
"Sequence": 4,
"SemanticEntityName": "sample string 5",
"SemanticPropertyName": "sample string 6"
}
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.