Home > @poq/sdk-sfcc > IBasketsClient > deleteBasketsByID
Removes a basket.
Signature:
deleteBasketsByID(basketId: string, options?: RequestOptions): Promise<PoqResponse<void>>;
| Parameter | Type | Description |
|---|---|---|
| basketId | string | the id of the basket to be retrieved |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<void>>