-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deletion of a user and a space #78
Comments
Relevant docs: |
@ribose-jeffreylau, @ronaldtse: Is this issue fixed now, can we delete a user using the API now? |
cc: @kwkwan |
In Ribose application a user can remove a space they own, and we wanted to have the similar interface in the client, this commit adds that behavior so now user can remove a space using ribose client as well. Usages: ```ruby Ribose::Space.delete(space_uuid, confirmation: user_password) ``` Issue: #78
In Ribose application a user can remove a space they own, and we wanted to have the similar interface in the client, this commit adds that behavior so now user can remove a space using ribose client as well. Usages: ```ruby Ribose::Space.delete(space_uuid, confirmation: user_password) ``` Issue: #78
@ribose-jeffreylau, @kwkwan: Any update on this one? I tried to work on the delete user interface but the endpoint still does not work as expected. Please let me know if there is any update. |
Hi @abunashir , sorry for the silence. This endpoint has been undergoing rewrites to accommodate for the changing requirements. However, the latest version has not been deployed yet, so still nothing to see... |
I'll send you the error logs in skype, thanks @ribose-jeffreylau! |
We want to delete a user or a space so that we can reset the database state before we run browser test.
The text was updated successfully, but these errors were encountered: