netbirdio / dashboard

NetBird Management Service Web UI Panel

Home Page:https://app.netbird.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add user delete button

mlsmaycon opened this issue · comments

We need to update the user view tab to add a delete button.

The button will trigger an API request to the following endpoint:

DELETE /api/users/{userId} 

By clicking on the button, the user will receive a pop-up alert asking to confirm the action.