DeleteShipments Method

This method allows users to delete shipments created by them in the DHL24 system or via webapi. It provides you with the ability to delete any of your shipments unless you have booked a courier to collect it (in which case you must first cancel the courier collection).

Input Parameters

Field Name Type Required? Description
authData AuthData Yes Authorisation structure
shipments array Yes Array of text-based shipment IDs

Output Parameters

Field Name Type Required? Description
shipments array Yes Array of deletion confirmations or error structures

Examples of Calls

<deleteShipments>
    <authData>
        <username>testan</username>
        <password>testington</password>
    </authData>
    <shipments>
        <item>11122233333</item>
        <item>11122233334</item>
    </shipments>
</deleteShipments>
Go back to topic list