Docs

ERC721Burnable

Allows you to burn an NFT (transfer it to a null address that is unrecoverable).

Burn

Burn an NFT from the connected wallet.

var data = await contract.ERC721.Burn("{{token_id}}");