Delete order item

To delete single order item from the order it is possible to use delete order item endpoint:

DELETE {{ marketUrl }}/orders/{orderNumber}/items/{orderItemNumber}

Warning

Once the order is paid, any OrderItem cannot be deleted (It applies on all status comes after paid as well)

No request body is needed

DELETE {{ marketUrl }}/orders/{orderId}/items/{orderId}-1

Empty response with StatusCode 200 SUCCESS