Last updated

Delete a Shipment

Delete an air shipment to stop tracking the shipment in project44 and delete its record in Movement.

Requirements

Have the following information:

  • Master Shipment ID (this is the id returned in the 200 OK response during shipment creation).

Workflow

Complete these steps:

  1. Prepare a DELETE request to /api/v4/shipments/{shipmentId}/tracking.
  2. Substitute {shipmentId} in the request URL with your Master Shipment ID.
  3. 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 request
  • 401 Invalid or missing credentials
  • 403 User not authorized to perform this operation
  • 404 Not Found