Delete user accounts

To delete a user account, follow these steps:

  1. On the toolbar, click on your username and select Configuration from the menu.

  2. On the Users tab, in the Users and groups section, select the desired user from the list.

  3. In the Remove user tab, click the Remove user button.

    delete user accounts light
    delete user accounts dark
  4. In the confirmation window, confirm the action.

The selected user account will be deleted.

REST API

You can delete a user account using the Delete User request. This request deletes the user account with the specified ID.

The 'manage-users' permission is required to delete a user account.

login=<...>
password=<...>
saymon_hostname=<...>
user_id=<...>
url=http://$saymon_hostname/node/api/users/$user_id

curl -X DELETE $url -u $login:$password