Draft deleted

Shipments that are created via the API but not booked remain as drafts in MyWuunder. In MyWuunder these can be deleted as long as they are not booked. If a shipment is deleted when it is a draft, a webhook is sent to inform via the webhook that the shipment ID was deleted.

When a shipment is deleted a webhook is sent with the following payload:

{
  "action": "draft_deleted",
  "shipment_id": "d6a9f02a-666a-4f56-bb78-c8ec57b1fb52",
  "authentication_token": "..."
}