How do you deleteUser from server side?
Calling
auth.api.deleteUser
seems to require { body: {} }
which takes a token and things like that. I just wanna pass in a userId...1 Reply
you can just use your ORM to delete the user record, if that's what you need.