You can use the RemoveClusterPair method to close the open connections between two paired clusters.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
clusterPairID | Unique identifier used to pair two clusters. | integer | None | Yes |
This method has no return value.
Requests for this method are similar to the following example:
{ "method": "RemoveClusterPair", "params": { "clusterPairID": 1 }, "id" : 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": {} }