This API endpoint allows you to delete a general cargo delivery.
| Code | Description |
|---|---|
| 404 | Not found. |
| 422 | Unprocessable Entity. |
| 500 | Internal Server Error. |
| 409 | Entity conflict. |
curl "https://app.octopi.co/api/v1/truck_visits/12321/general_cargo_deliveries/353388.json" -X DELETE -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token token=YOUR TOKEN HERE"
{"bid: 353388}
| Param name | Description |
|---|---|
|
truck_visit_id required |
Truck visit ID Validations:
|
|
id required |
General cargo delivery ID Validations:
|