Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisRemoveLayouts

int ctMemphisRemoveLayouts( pRCESJson request, ppRCESJson result )

Description:

Remove Layouts from the Replication Manager Database.

HTTP URL: <baseURL>/ctMemphisRemoveLayouts/

HTTP Verb: POST

Parameters:

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

{

"objectType":2 // Type of object to remove:

-1 = All,

0 = All by objectId,

>0 = Remove by ObjectType + ObjectId

"objectId":1 // optional, mandatory if objectType >= 0

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex