Skip to main content
DELETE
/
v3
/
orders
/
{order}
/
items
/
{item}
Delete an order item
curl --request DELETE \
  --url http://localhost/api/v3/orders/{order}/items/{item}
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

order
integer
required

The order ID

item
integer
required

The item ID

Response

No content