How do you just delete an object? when I do this nothing happens. I want to delete an object that i

How do you just delete an object? when I do this nothing happens. I want to delete an object that is already stored.

In the code you showed nothing happens because you create an object and immediately delete it. What did you expect to happen from that code?

I had just used the example in the docs but what I’m asking for is how to delete objects that are already stored in backendless

You delete it exactly how the example does it:

Backendless.Persistence.of( YOURCLASS ).remove( instance )