DELETE v2/Orders/{id}
Delete an order
Request Information
URI Parameters
Name | Description | Type | Additional 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.
DeleteOrderBindingModelName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.