Last updated

Event Removed (shipments.v1.event.removed)

This webhook is sent whenever an existing event was removed from the shipment. The body contains the latest known value of the event that was removed.

Webhook Event Type
shipments.v1.event.removed

Sample Response

{
  "eventId": "333d2a1b-d332-4775-8f8e-960e5f538431",
  "eventType": "shipments.v1.event.removed",
  "createdDateTime": "2025-03-31T17:01:42.92601441Z",
  "dataType": "EventChange",
  "context": {
    "shipment": {
      "shipmentId": "ac694c91-e308-4329-9584-ee10acb937b3",
      "identifiers": [
        {
          "type": "BILL_OF_LADING",
          "value": "BOL123"
        }
      ]
    }
  },
  "data": {
    "eventNotification": {
      "event": {
        "id": "a76f6a37-5485-47eb-9220-882b92029cee",
        "dateTime": "2025-03-31T17:01:42Z",
        "type": "INFO",
        "description": "Removed event",
        "dateTimes": [
          {
            "type": "ACTUAL",
            "dateTime": "2025-03-31T17:01:42Z",
            "source": "P44",
            "selected": true,
            "sequence": 1
          }
        ]
      }
    }
  }
}