Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisRemoveReplPlan

int ctMemphisRemoveReplPlan( pRCESJson request, ppRCESJson result )

Description:

Remove a Replication Plan from the Replication Manager Database.

HTTP URL: <baseURL>/ctMemphisRemoveReplPlan/

HTTP Verb: POST

Parameters:

  • request [IN] - Remove Replication Plan request in JSON format. For example:

{

"recursive": 1, // optional, if TRUE, all the related

"Subscription" records will be also removed

"replPlan": {

"id": 1

}

}

  • result [OUT] - Result in JSON format. For example:

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex