Home > @3rdweb/sdk > IMarketplace > cancelAuctionListing
Cancels an auction listing. You can only cancel the listing if it has not started yet.
Signature:
cancelAuctionListing(listingId: BigNumberish): Promise<void>;
Parameter | Type | Description |
---|---|---|
listingId | BigNumberish | Id of the listing to remove. |
Returns:
Promise<void>