DeleteErc1155TokenAttribute
Description
This endpoint is used to delete an attribute for a specific NFT.
void DeleteErc1155TokenAttribute(const EVyChain& chain, const FString& contractAddress, const int& tokenId, const FString& attributeName) const
Parameters
contractAddress
FString
The NFT contract address
tokenId
int
The `ID` of the token for which you want to delete the attribute
attributeName
FString
The name of the attribute you want to delete. (**NOTE**: This param is case sensitive.)
Returns
void Token attribute deleted successfully.
Last updated