Skip to content

Remove Item From Cart

DELETE

/carts/:id/items/:itemId

https://api.storefront.wdb.skooldio.dev/carts/:id/items/:itemId

Require Authentication: No


Remove item from cart with cart id and item id. Return empty response.

Request Parameters

Path

id type: string required

The ID of the cart.

itemId type: string required

The ID of the item.

Example Request

Terminal window
curl --request DELETE \
--url https://api.storefront.wdb.skooldio.dev/carts/1/items/p9t3fjjScY

Responses

Results

{}