DeleteShipment Method

Using this method, you can delete a shipment.

Input Parameters

Field Name Type Required? Description
shipment DeleteShipmentStructure Yes Structure containing data for deleting a shipment

Output structure

This method returns the CreateShipmentResponseStructure output structure.

<shipment>
    <authData>
        <username>test</username>
        <password>WSyj3$aDE</password>
    </authData>
    <shipment>12456323421</shipment>
</shipment>
Return to subject list