v5

OpenAPI 3.1.02026-08-043621,4011.8 MB
productions

Remove Order Item

Removes an order item from an open order.

delete/v1/productions/orders/{order_id}/items/{item_id}

Path parameters

order_idstring required

The ID of the order.

item_idstring required

The ID of the order item.

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

successboolean required

Whether the item was successfully removed.

Example response

{
  "success": true
}