deleteAttribute

This endpoint is used to delete an attribute for a specific NFT.

public deleteAttribute(chain: eVyChain, contractAddress: String, tokenId: Number, attributeName: String) : VyPromise<Any>

Parameters

chain

The blockchain of the NFT collection

contractAddress

String

The NFT contract address

tokenId

Number

The `ID` of the token for which you want to delete the attribute

attributeName

String

The name of the attribute you want to delete. (**NOTE**: This param is case sensitive.)

Returns

VyPromise

Last updated