Skip to main content
Delete Delivery
curl --request POST \
  --url https://dev.api.fleets.usedora.com/api/v1/deliveries/delete/{delivery_uuid}
{
    "status": "error",
    "message": "Delivery does not exist or may have been processed!"
}

๐Ÿ“ Summary

This endpoint allows users to retrieve the details of a specific delivery by providing the unique delivery ID. It returns all relevant information related to the delivery, including the delivery status, sender and recipient details, assigned driver, and vehicle information.

Requests

Body

Responses

HTTP Status CodeMeaningDescriptionData schema
422Unprocessable EntitynoneInline

Responses Data Schema

{
    "status": "error",
    "message": "Delivery does not exist or may have been processed!"
}