> 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/deletesigningmethod.md).

# DeleteSigningMethod

### Description

This endpoint is used to delete a user's signing method.

{% code overflow="wrap" %}

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

{% endcode %}

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

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