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.
Documentation IndexFetch the complete documentation index at: https://docs.cravejs.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cravejs.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key required to authenticate requests
Cart deleted.
true