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:
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