> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/user/deleteuser.md).

# DeleteUser

### Description

This endpoint deletes a user. All the linked wallets to the user will be inaccessible once the user has been deleted.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyTaskVoid> DeleteUser(string userId, VyUserAuth signingMethod)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| userId        | string     | This is the \`UUID\` of the user you want to delete.                       |
| ------------- | ---------- | -------------------------------------------------------------------------- |
| signingMethod | VyUserAuth | This operation requires a valid Signing-Method from the corresponding user |
| {% endtab %}  |            |                                                                            |
| {% endtabs %} |            |                                                                            |
