Delete Delivery Order
Delete Delivery Order
Path Parameters
id string required
Delivery Order UUID
Responses
- 200
- 400
- 401
- 404
OK
Bad Request
application/json
Schema
Example (from schema)
Schema
errors
errors_v2 object
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Not Found
DELETE /delivery-order/:id
Authorization
name: Authorizationtype: apiKeyin: header
Request
Request
curl / cURL
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'
python / requests
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'
go / native
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'
nodejs / axios
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'
ruby / Net::HTTP
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'
csharp / RestSharp
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'
php / cURL
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'
java / OkHttp
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'
powershell / RestMethod
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'