mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Add warning for deleting user.
parent
d35a170958
commit
694a34119a
1 changed files with 3 additions and 0 deletions
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue