For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteCompanyWallet

Description

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

public static VyTask<VyTaskVoid> DeleteCompanyWallet(eVyChain chain, string address)

Parameters

chain

The blockchain of the company wallet.

address

string

This is the wallet `address` of the company wallet.

Last updated