Home > @vsf-enterprise/bigcommerce-api > Endpoints > deleteWishlist
# Endpoints.deleteWishlist() method
Deletes a wishlist.
Signature:
deleteWishlist(context: BigcommerceIntegrationContext, wishlistId: number): Promise<null>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | BigcommerceIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
wishlistId | number | A wishlist id. |
Returns:
Promise<null>