# DeleteCompanyWallet

This endpoint deletes a company wallet by blockchain and wallet address.

{% code overflow="wrap" %}

```cpp
void DeleteCompanyWallet(EVyChain Chain, FString Address, const FVyOnComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain      | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain) | The blockchain of the company wallet.                                                   |
| ---------- | ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- |
| Address    | FString                                                                                          | This is the wallet \`address\` of the company wallet.                                   |
| OnComplete | FVyOnComplete                                                                                    | The callback function called when the user preferences retrieval operation is complete. |
