Delete your account

You can remove your own account is available if the server configuration server.user.auth_enabled parameter is set to true.

To delete your account, follow these steps:

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

  2. On the Users tab, in the Users and groups section, select your login from the list.

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

    delete own account light
    delete own account dark
  4. In the confirmation window, confirm the action.

Your account will be deleted.

REST API

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

No special permissions are required to delete your own account.

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

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