v4
OpenAPI 3.1.02026-07-313621,3961.8 MBproductions
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
Example response
{
"success": true
}