- 1 Minute to read
- PDF
Order Delete
- 1 Minute to read
- PDF
Order Delete
This request will delete an order from WithoutWire.
Request Header
Client
Accept: application/json
Security
Authorization: <ClientKey>
Transport
Host: withoutwire.com
Verb
DELETE
Example
DELETE https://api.withoutwire.com/integration/order
Accept: application/json
Authorization: <ClientKey>
Content-Type: application/json
Host: api.withoutwire.com
Content-Length: 103
Expect: 100-continue
Connection: Keep-Alive
Request Body: Order deletion object
[
{
"WarehouseName": "", //Required
"OrderNumber": "" //Required
}
]
Response Body: Delete Response Object