Delete Cart
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 action or recover this Cart.
Path parameters
cart_idinteger · int64Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
204
delete cart
application/json
400
bad request
application/json
404
not found
application/json
delete
/checkout/cart/{cart_id}Last updated
Was this helpful?