Delete cart from system
DELETE/v2/carts/:id
Permanently remove a cart and all associated data.
This action cannot be undone and will affect any operations that depend on this cart. Ensure the cart is not actively being processed before deletion.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Cart successfully deleted
Invalid cart identifier
Insufficient permissions to delete cart
Cart not found
Internal server error during deletion