DeleteTokenType

This endpoint is used to delete a token-type.

public static VyTask<VyTaskVoid> DeleteTokenType(eVyChain chain, string contractAddress, int tokenTypeId)

Parameters

chain

contractAddress

string

The contract address.

tokenTypeId

int

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

Last updated