Delete Replication Agreement
delete
/oam/services/rest/_replication/{replId}
To be executed only on the Master Data Center. Deletes the Replication Agreement for the identifier specified in Master and Clone DC. This should be executed only after disabling the Replication Agreement (Updating the Replication Agreement).
Request
Supported Media Types
- application/json
Path Parameters
-
replId(required): string
Replication Identifier for which Agreement should be deleted.
Response
Supported Media Types
- application/json
200 Response
Response body shall indicate the status
Root Schema : replAgreementResponse
Type:
Show Source
object
-
enabled:
string
true|false
-
identifier:
string
Replication Agreement Identifier
-
lastSequenceNumber:
string
Sequence Number last applied in the DC
-
ok:
string
true|false
-
pollInterval:
string
Duration after which the Clone DC should poll and apply the changes from Master DC
-
startingSequenceNumber:
string
Sequence Number after which Replication will occur
-
state:
string
Current State of the Replication Agreement (ACTIVE|BOOTSTRAPPING|READY)
500 Response
Error