Docs

ERC1155Burnable

Allows you to burn NFTs (transfer them to a null address) to take them out of circulation.

Burn

Burn the specified NFTs from the connected wallet.

var data = await contract.ERC1155.Burn("{{token_id}}", 1);