zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
361 stars 362 forks source link

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

Closed akashaviator closed 4 years ago

akashaviator commented 4 years ago

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

akashaviator commented 4 years ago

@rht Fixed it. Thanks for pointing that out !