Checkout - Cart
Delete Cart
DELETE
/v1/checkout/cart/{cart_id}
X-Violet-Token
X-Violet-App-Secret
X-Violet-App-Id
curl --request DELETE \
--url https://sandbox-api.violet.io/v1/checkout/cart/{cart_id}
Delete a Cart
in Violet given the cart_id
.
This cart will also be deleted in any underlying E-Commerce platforms. You cannot undo this item or recover this Cart
.
Headers
X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
Path Parameters
cart_idrequired
integer
Response
default
curl --request DELETE \
--url https://sandbox-api.violet.io/v1/checkout/cart/{cart_id}