Error 3030 on deleting a user

Hi guys,

When I try to delete a user through the Javascript lib, I get the following error:

{“code”:3030,“message”:“Unable to update user. User cannot be located for this version”,“errorData”:{}}

The user is deleted, but the request comes back with a 400. My code is as following:

Backendless.Data.of(‘Users’)
.remove(userToDelete)
.catch(console.log);

What am I doing wrong?

Bennie

HI.
Please, provide your appId.

Hi,

AppId: CC78D110-B842-C36D-FFB9-DB5E5BA42F00

Bennie

Did you do export/import for this app?

No, I didn’t.

Hi @Bennie_van_der_Wel

does it happen with all users or with specific ones?

Regards, Vlad

It was with all users, but the problem seems to be gone.