cURL
curl --request DELETE \ --url https://api.craveup.com/api/v1/locations/{locationId}/carts/{cartId} \ --header 'X-API-Key: <api-key>'
{ "success": true }
Deletes the cart. Use this when the shopper abandons their order.
API Key required to authenticate requests
Cart deleted.
true