DeleteAnimationUrls

This endpoint is used to delete `animationUrls` for a specific NFT.

public static VyTask<JToken> DeleteAnimationUrls(eVyChain chain, string contractAddress, int tokenId)

Parameters

chain

eVyChain

The blockchain of the NFT collection

contractAddress

string

The NFT contract address

tokenId

int

The `ID` of the token

Returns

VyTask

Last updated