Skip to main content
Crave.js API Documentation home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Carts
Delete a Cart
Documentation
API Reference
Guides
API Reference
API Overview
Core Concepts
Storefront APIs
Locations
Menus
Products
Carts
POST
Create a Cart
GET
Retrieve a Cart
DEL
Delete a Cart
PUT
Validate Cart
PUT
Set Cart Tip
Cart Items
Customers
Payments
Discounts
Response
Copy
{
"success"
:
true
}
Carts
Delete a Cart
Deletes a cart by its ID from a specific location.
Path Parameters
locationId
string
required
The unique identifier for the restaurant location
cartId
string
required
The unique identifier for the cart to delete
Response
Copy
{
"success"
:
true
}
Retrieve a Cart
Validate Cart
⌘I