Withdraw a NFT from Sale
Prerequisites:
Sell a NFTStep 1: Withdrawing a NFT from sale
/* TokenId of the NFT */
$tokenId = '';
/* ID of the NFTs you want to delete */
$nftIds = '';
/* Custom uniq ID */
$uniqId = '';
/* Define a Webhook */
$webhook = '';
/* Withdraw a NFT from Sale */
$qrCode = $client->deleteNFTFromSale([$tokenId, $uniqId], $webhook);Last updated