use backendless\Backendless;include “…/backendless/autoload.php”; include “Table_Classes/Voting.php”;Backendless::initApp(‘YOUR-REST-SECRET-KEY’, ‘YOUR-APPLICATION-ID’, ‘v1’);
$voting = new Voting();
Backendless::$Persistence->of(“Voting”)->removeBulk( $voting, “Likely=1” );
I am getting error as :urlencode() expects parameter 1 as string, object given and also
invalid where clause .
It looks like a bug in PHP sdk. Internal ticket with id BKNDLSS-13237 has been created for this issue.
As a tempory workaround, you can try js sdk or make rest queries by your self to our api.