Delete a Shipment
Delete a Rail shipment to stop tracking the shipment in project44's network and delete its record in Movement.
Requirements
Have the following information:
- Master Shipment ID (this is the
idreturned in the200 OKresponse during shipment creation).
Workflow
Complete these steps:
Prepare a
DELETErequest to /api/v4/shipments/{shipmentId}/tracking.Arguments
Name Type Description Notes shipmentIdstringPath Parameter. This field is required. Add the Master Shipment ID.
Submit the request.
Expected 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 request401 Invalid or missing credentials403 User not authorized to perform this operation404 Not Found
See Error Response Codes in the Appendix for more information on the meaning of these error codes.