# Delete user account

The Delete user account action node removes a [user](/reference/security/users.md) 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](/reference/security/users.md#permissions).
* The appropriate user account manipulation properties must be enabled for the relevant [environment](/reference/configuration/environments.md#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="/pages/-MiR9-S9HfgyfS92rP2V">data source</a> containing the User object to delete.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appfarm.io/library/action-nodes/delete-user-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
