Magidoc

Delete baskets

Delete a single basket

#

If you want to get rid of one of your baskets, use the removeBasket mutation. Simply provide the unique identifier of the basket you wish to delete.

    
  
    
  
    
  

Delete all baskets

#

To delete all baskets for an auction session, use the removeBaskets mutation. Specify the identifier of the auction session in the mutation and all baskets for that auction will be deleted. Optionally, you can also specify a unit and service window to only delete corresponding baskets.