DELETE Replication/DeleteSynchronisationGroupTables
Request Information
URI Parameters
None.
Body Parameters
SynchronisationGroupTableName | 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": "c4fda01c-fe35-4889-b42c-ddc9815e5a6c", "SynchronisationGroupID": "cae5f389-908f-40bb-8235-aab645806310", "SemanticEntityID": "cce6f324-26c5-43f5-be50-526da97525bc", "SemanticPropertyID": "a3e5db16-a3be-4c5c-a890-60b6fddaa68c", "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
ServiceResponseName | 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.