Delete the Order of an Item

Use the following details to delete the order of an Item using the REST interface:

HTTP Method

DELETE

Endpoint URL

See the REST Service Endpoint topic for more details.

Resource

/restapi/v1/item/{id}/order/{orderId}

Request Parameters

Provide values for the following parameters:

Parameter Name Data Type Mandatory
id string Yes
orderId string Yes

Request Model

Media Type: application/json

Response Model

{
  "result": {
    "code": {
      "severity": "Success",
      "message": "Success.",
      "code": "0000"
    },
    "params": [],
    "message": "Success."
  },
  "data": {
    "sid": null,
    "id": "string",
    "orderRef": null,
    "orderDate": null,
    "lineNumber": null,
    "lineAction": null,
    "lineActionMode": null,
    "planItemId": null,
    "planItemAction": null,
    "stringComments": []
  },
  "startTimestampMS": 1659706316977,
  "duration": 357
}