This endpoint is used to delete a contract.
Last updated 9 months ago
public static VyTask<VyTaskVoid> DeleteContract(eVyChain chain, string contractAddress)
Parameters
chain
The blockchain of the contract.
contractAddress
string
The contract address that you want to delete.