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": "91ccaacf-47bf-4c79-ad28-e05cb208ef82",
"synchronisationGroupID": "4062ddee-0f73-4f2b-9c22-dd012ed97352",
"semanticEntityID": "cb691058-31f2-4595-af05-1c268c201110",
"semanticPropertyID": "f8ed7b5d-b6e3-4253-8c2c-fb8322f61cc1",
"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.