delete http://localhost:8000/api/v1/orders/lines/
Deletes an order line from an order
Log in to see full request history
Response
204No Content
Deletes an order line from an order
204No Content
xxxxxxxxxx
curl --request DELETE \
--url http://localhost:8000/api/v1/orders/lines/orderLineId
Try It!
to start a request and see the response here!