Add warning for deleting user.

soohwa 2017-10-14 11:46:27 +09:00
parent d35a170958
commit 694a34119a

@ -237,6 +237,9 @@ Returns the id of the created user.
``` ```
# User Delete # User Delete
> IMPORTANT : Should not be used as long as [this bug](https://github.com/wekan/wekan/issues/1289) exists.
| URL | Requires Admin Auth | HTTP Method | | URL | Requires Admin Auth | HTTP Method |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| `/api/users/:id` | `yes` | `DELETE` | | `/api/users/:id` | `yes` | `DELETE` |