Batch burn minted NFTs (ERC1155 only)

Burns a batch of NFTs which have been previously minted with Batch customizable minting.
Burning an NFT means destroying it by sending it to a null (un-spendable) address.
Transactions leading up to the burn will remain on the blockchain.

Note: Burning is possible only if the token is owned by the contract owner and the token has not been transferred/sold yet.

Related:

Body Params
string
enum
required

Blockchain where the NFT is minted.

Allowed:
string
required

Contract where the token is minted. It must be your own contract.

tokens
array of objects
required

List of tokens to be burned. Each record contains the token ID of the NFT and quantity.

Tokens*
Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json