cURL
curl --request DELETE \ --url https://api.atlas.kitchen/storefronts/v1/cart/items/{id} \ --header 'X-Channel-Id: <api-key>' \ --header 'X-Session-Id: <api-key>'
Merchant storefront identifier. Provided during onboarding.
Diner session identifier. Created by GET /channel and returned in the X-Session-Id response header.
GET /channel
X-Session-Id
Item removed
Was this page helpful?