deleteTokenType

This endpoint is used to delete a token-type.

public deleteTokenType(chain: eVyChain, contractAddress: String, tokenTypeId: Number) : VyPromise<Any>

Parameters

chain

contractAddress

String

The contract address.

tokenTypeId

Number

The `id` of the token-type that you want to delete.

Last updated