realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Document the "User deletion" API #326

Open morten-krogh opened 6 years ago

morten-krogh commented 6 years ago

ROS has a user deletion HTTP API.

This has been requested to be a public API.

https://github.com/realm/realm-object-server/issues/315

We should document it.

Goals

Expected Results

Actual Results

Steps to Reproduce

Code Sample

Version of Realm and Tooling

Logs

systemctl status realm-object-server.service Paste output here
sudo journalctl -u realm-object-server.service Paste output here
cat /var/log/realm-object-server.log Paste output here
rorycoconnor commented 5 years ago

I've been playing around with this API a little bit. It seems that a successful deletion does not return a response and rather it times out. I am making the call with Python + Requests to simulate the HTTP request required. I successfully receive error codes but nothing about success.