For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

chain

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