DeleteErc1155TokenAnimationUrls
Description
This endpoint is used to delete animationUrls
for a specific NFT.
public static VyTask<VyMetadataDto> DeleteErc1155TokenAnimationUrls(eVyChain chain, string contractAddress, int tokenId)
Parameters
contractAddress
string
The NFT contract address
tokenId
int
The `ID` of the token
Returns
VyTask<VyMetadataDto>
Token animationUrls
array deleted successfully.
Last updated