DELETE v2/Orders/{id}

Delete an order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order number

integer

Required

Body Parameters

RowVersion:RowVersion value is used to handle concurrency, you have to provide the latest RowVersion of the order.

DeleteOrderBindingModel
NameDescriptionTypeAdditional information
RowVersion

unsigned integer

Required

Range: inclusive between 0 and 1.84467440737096E+19

Request Formats

application/json, text/json

Sample:
{
  "rowVersion": 1
}

Response Information

Resource Description

Returns HTTP 200 status code upon success

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.