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": "f76eef30-ad17-4a01-a157-a3a527469335",
"synchronisationGroupID": "c6d646fe-19f0-47e8-a685-f5a8acde75a8",
"semanticEntityID": "0b982021-8d86-48c5-8373-9ba02ef71847",
"semanticPropertyID": "27950813-092e-4b73-88f0-34b70162f9f1",
"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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.