Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisRemoveLayoutInfo

int ctMemphisRemoveLayoutInfo( pRCESJson request, ppRCESJson result )

Description:

Remove LayoutInfo from the Replication Manager Database.

HTTP URL: <baseURL>/ctMemphisRemoveLayoutInfo/

HTTP Verb: POST

Parameters:

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

{

"layoutIdx":1 // required, layoutInfo to be removed

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex