DeleteErc1155TokenAnimationUrls

Description

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

void DeleteErc1155TokenAnimationUrls(const EVyChain& chain, const FString& contractAddress, const int& tokenId) const

Parameters

chain

The blockchain of the NFT collection

contractAddress

FString

The NFT contract address

tokenId

int

The `ID` of the token

Returns

void Token animationUrls array deleted successfully.

Last updated