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"
| Param name | Description |
|---|---|
|
voyage_number required |
The voyage number of the bill of lading. Validations:
|
|
bill_of_lading_number required |
The bill of lading number of the packing list items to delete. Validations:
|