Skip to main content

Delete Delivery Order

Delete Delivery Order

Path Parameters
    id string required

    Delivery Order UUID

Responses

OK

DELETE /delivery-order/:id

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
https://api.mceasy.com/order/api/web/v1
BearerAuth
id — path required
curl / cURL
curl -L -X DELETE 'https://api.mceasy.com/order/api/web/v1/delivery-order/:id' \
-H 'Authorization: <API_KEY_VALUE>'