cURL
curl --request DELETE \ --url https://api.satsuma.ai/cart/{cartId}/item/{itemId} \ --header 'Authorization: <api-key>'
{ "data": true, "messages": [ { "context": "<string>", "level": "Information", "text": "<string>", "data": {} } ] }
Remove an item from the shopping cart
API Key authentication
Cart identifier
Cart item identifier
OK
Show child attributes