# Delete user account

The Delete user account action node removes a [user](https://docs.appfarm.io/reference/security/users) from the solution.

## Usage

This action node is used when you would like client users to be able to delete other users in a solution. For example, a client user with a custom *Administrator* role may be granted the permission to remove other users.

When the action node successfully completes, the User object is immediately removed from the database.

{% hint style="warning" %}
**Important**

* A user cannot delete themselves.
* The user running this action node must have a role with the appropriate permissions to delete a user and remove any assigned roles. Read more under [Users](https://docs.appfarm.io/reference/security/users#permissions).
* The appropriate user account manipulation properties must be enabled for the relevant [environment](https://docs.appfarm.io/reference/configuration/environments#user-account-manipulation).
  {% endhint %}

## Properties

<table><thead><tr><th width="203">Property</th><th>Description</th></tr></thead><tbody><tr><td><strong>User Account</strong></td><td>The <a href="../../reference/apps/data/data-sources">data source</a> containing the User object to delete.</td></tr></tbody></table>
