Delete user accounts
To delete a user account, follow these steps:
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