Remove response
{
"resourceInfoList": [
{
"error": null,
"resourcePath": "/views/test_view/test_vob/file1.txt"
}
],
"responseCode": 200,
"responseMsg": "The operation is successful."
}
Indicates the status of operation whether it was successful, partially successful, or failed
200
Successful or Failure message
"The operation is successful."
List of resource path names
[
{
"error": {
"errorCode": 500,
"errorMsg": "Unable to remove the resource."
},
"resourcePath": "/views/test_view/test_vob/file1.txt"
},
{
"error": null,
"resourcePath": "/views/test_view/test_vob/file2.txt"
}
]