CancelSale
NFTs can be removed from direct sale or auction sale using cancelSale function of NFTFactoryContract1155 contract.
    cancelSale(
        uint256 _saleId
    )
- _saleId: Id of the item on sale
 
NFTs can be removed from direct sale or auction sale using cancelSale function of NFTFactoryContract1155 contract.
    cancelSale(
        uint256 _saleId
    )