Can I remove a Backendless registered User from System Data by Android APIs? (a record from Users table in System Data)

Untitled

1 Like

Hello @Nestech_Co4

It should work just like with a custom table.
https://backendless.com/docs/android/data_single_object_deletion.html

Regards

I can’t because the Backendless.UserSevice Class, which control the “Sytem Data Users” doesn’t have any kind of remove methods!

Hi @Nestech_Co4

Sorry for delay with response.
Use
Backendless.Data.of( "Users" ).remove

Regards,
Viktor