Skip to content

Commit

Permalink
FOGL-9157 Correct delete user documentation (#1475)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Riddoch <mark@dianomic.com>
  • Loading branch information
MarkRiddoch authored Oct 23, 2024
1 parent cea35a4 commit 969e4b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/rest_api_guide/02_RESTauthentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,12 @@ Delete User

``DELETE /fledge/admin/user/{userID}/delete`` - delete a user


The delete user call can only be made by users with administrator privileges. If a user that is currently logged in is removed then that user will be forcibly logged out of the system.

.. note::

- It is not possible to remove the user that is currently logged in to the system.
- Only Admin can delete the user.
- Super Admin cannot be deleted.
The user with the user name admin can not be removed from the system.

**Example**

Expand Down

0 comments on commit 969e4b4

Please sign in to comment.