DELETE Replication/DeleteSynchronisationConflicts
Request Information
URI Parameters
None.
Body Parameters
SynchronisationConflict| Name | 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": "77676671-d9e9-4291-ad35-02b556f2a44f",
"securityGroupUserID": "e978c9ac-4e4b-4929-900d-a89f5f3df1f7",
"sessionID": "34b42c24-a756-4201-96ec-497878b598a3",
"conflictDate": "2026-06-18T12:46:18.4806183+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
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.