Delete a Shipment
Delete a Full Truckload (FTL) shipment to stop tracking the shipment in project44's network and delete its record in Movement.
Delete a FTL Shipment
Use a shipment's unique system ID endpoint to stop tracking on a shipment. This endpoint can also be used in the first step for updating a shipment. See Update a Shipment for more information.
Requirements
Have the following information:
- project44-generated ID (this is the
id
returned in the200 OK
response during Shipment Creation).
Workflow
Complete these steps:
- Prepare a
DELETE
request to /api/v4/tl/shipments. - Add the project44-generate ID.
- Send the request.
Expected System Response
The request is successfully submitted and confirmed when a 204 No Content
response is received.
Errors
If there was a problem with your request, you will receive one of the following error codes
400 Invalid request
401 Invalid or missing credentials
403 User not authorized to perform this operation
See Error Response Codes in the Appendix for more information on the meaning of these error codes.