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

api: Implement DELETE /users/{user_id} api endpoint #572

Merged
merged 1 commit into from Apr 7, 2020

Conversation

akashaviator
Copy link
Contributor

This implements DELETE /users/{user_id} api endpoint.

'''
Example usage:

>>> client.delete_user_by_id(8)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this called delete_user_by_id when the function name is deactivate_user_by_id?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's a typo. I'll fix that.

@akashaviator
Copy link
Contributor Author

@rht Fixed it. Thanks for pointing that out !

@timabbott timabbott merged commit 6dd5243 into zulip:master Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants