DELETE /api/v1/voyages/:voyage_number/bill_of_ladings/:bill_of_lading_number/packing_list_items.json
Deletes all packing list items for a bill of lading

Examples

curl "https://app.octopi.co/api/v1/voyages/VOYAGE_NUMBER/bill_of_ladings/BILL_OF_LADING_NUMBER/packing_list_items.json" -X DELETE -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token token=YOURTOKEN"

Params

Param name Description
voyage_number
required

The voyage number of the bill of lading.

Validations:

  • Must be a String

bill_of_lading_number
required

The bill of lading number of the packing list items to delete.

Validations:

  • Must be a String