Closed Jericho closed 9 years ago
This exception is due to the fact that the response does not contain a boolean value indicating success as expected but rather it contains an empty array.
Instead of returning {"status":"success","data":"true"} it returns: {"status":"success","data":[]}
The template is deleted but an exception is thrown when we parse the response.