DELETE Replication/DeleteSynchronisationConflicts
Request Information
URI Parameters
None.
Body Parameters
SynchronisationConflictName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
SecurityGroupUserID | globally unique identifier |
Required |
|
SessionID | globally unique identifier |
None. |
|
ConflictDate | date |
Required |
|
ConflictType | string |
Required |
|
WinningInfo | string |
None. |
|
LosingInfo | string |
None. |
|
Resolved | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "5a47ba83-7ace-4c9e-8221-2717822de0a3", "SecurityGroupUserID": "7f425977-80e3-4f84-92f9-20d22880b726", "SessionID": "44622534-9156-4bcf-86b0-0a4a5bc53b9c", "ConflictDate": "2025-09-05T18:36:54.362623+00:00", "ConflictType": "sample string 4", "WinningInfo": "sample string 5", "LosingInfo": "sample string 6", "Resolved": true }
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.