Skip to main content
DELETE
/
api
/
v1
/
production-orders
/
{order_id}
Delete Production Order
curl --request DELETE \
  --url https://api.example.com/api/v1/production-orders/{order_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt

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

Path Parameters

order_id
string
required

Response

Successful Response