Skip to content
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

How do I delete a user #176

Open
fkcctv1 opened this issue Mar 2, 2020 · 3 comments
Open

How do I delete a user #176

fkcctv1 opened this issue Mar 2, 2020 · 3 comments
Labels

Comments

@fkcctv1
Copy link

fkcctv1 commented Mar 2, 2020

a) How do I delete a user

b) How do I delete a room

@fkcctv1
Copy link
Author

fkcctv1 commented Mar 2, 2020

I typed POST / _synapse / admin / v1 / deactivate / <user_id> in ssh does not work

@hieronymousch
Copy link

You have to do this by running SQL (if you want to really delete).
See matrix-org/synapse#1707 for more information.
Check the sysadmin channel for more help: #synapse:matrix.org

@Josue-T
Copy link

Josue-T commented Mar 19, 2020

I typed POST / _synapse / admin / v1 / deactivate / <user_id> in ssh does not work

It look like more a web request which should be done with curl or with a browser. Did you try it with curl or some other tool like that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants