Server cant delete users record

Hello!

I’ve encountered a problem:

I have a record, with a specific users id. Set to public read and no write.
I would like the player request the server to remove that record for him. Seems like the server from within the framework is not authurized to remove the record, even if i use that users id.

I cannot change write permissions to owner write, because the user should in no way be able to change the record, only request a deletion of it.

Is it really true that nakama cant delete a users record?
/Gillberg

Hey @gruset,

can you share your code? Deleting objects from the runtime should be authoritative, it can always read/write objects.

dang it, sorry silly me. I was sure able to delete it with server id, was not reading the payload correcly. Sorry and thanks for ur help :slight_smile:
/Gillberg