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.

Responses

HTTP Status CodeMeaningDescriptionData schema
200OKnoneInline
422Bad RequestnoneInline
{
    "status": "error",
    "message": "Delivery does not exist or may have been processed!"
}