Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisRemoveFileGroup

int ctMemphisRemoveFileGroup( pRCESJson request, ppRCESJson result )

Description:

Remove a FileGroup from the Replication Manager Database.

HTTP URL: <baseURL>/ctMemphisRemoveFileGroup/

HTTP Verb: POST

Parameters:

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

{

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

"PublicationFileGroup" records will

also be removed

"fileGroup": { // required

"id": 1

}

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex