Remove a bunch of rows

Hi. How can I remove from a table a bunch of rows that have certain Object in certain column? Thanks.
P.S. All raws I want to remove have the same Object in a certain column.

Actually is there any Backendless API to implement it? Or if it can be made only with REST, please could you show an example how to implement it in Android. Thanks.

Hi Vladimir,

Bulk delete is available only with REST.

Regards,
Mark

Hi Mark

Do you have any plan to add bulk delete feature to android sdk ?

Yes, it is a possibility.

Yes. I think it is really important thing. Interested in too.

I would like to have a bulk
delete for the JS SDK. Passing an array into the remove method would be suffiecient

Backendless.Data.of( “TABLE-NAME” ).remove( [{ objectId:“XXXX-XXXX-XXXX-XXXX” }] )
.then( function( timestamp ) {
})
.catch( function( error ) {
});
Backendless.Data.of( “TABLE-NAME” ).remove( [{ objectId:“XXXX-XXXX-XXXX-XXXX” }, {
objectId:“XXXX-XXXX-XXXX-XXXX” }] )
.then( function( timestamp ) {
})
.catch( function( error ) {

});

Hello,

Please create a separate topic with extended description of your problem or idea.

I would recommend not to post additional question in topics with resolution ‘Answered’ or ‘Solved’. Our engineers may simply not see them, so post new topics for any questions that are not related to the original one. Thanks in advance.

Regards, Olga