This endpoint is used to delete animationUrls for a specific NFT.
animationUrls
public static VyTask<VyMetadataDto> DeleteErc1155TokenAnimationUrls(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<VyMetadataDto> Token animationUrls array deleted successfully.
Last updated 3 months ago