From 694a34119a535da982de5bd92308d5b29e41f51b Mon Sep 17 00:00:00 2001 From: soohwa Date: Sat, 14 Oct 2017 11:46:27 +0900 Subject: [PATCH] Add warning for deleting user. --- REST-API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/REST-API.md b/REST-API.md index 49bcfa4..bde9743 100644 --- a/REST-API.md +++ b/REST-API.md @@ -237,6 +237,9 @@ Returns the id of the created user. ``` # 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 | | :--- | :--- | :--- | | `/api/users/:id` | `yes` | `DELETE` |