Deletes a cart by its ID.
curl --request DELETE \ --url https://api.craveup.com/v1/carts/{cartId} \ --header 'X-API-Key: <api-key>'
The ID of the cart to delete.
Cart deleted successfully.