This API endpoint allows you to delete a freight forwarder. This is a soft delete. It will mark the company as inactive.
| Code | Description |
|---|---|
| 400 | Bad Request. |
| 404 | Not Found. |
| 500 | Internal Server Error. |
curl "https://app.octopi.co/api/v1/freight_forwarders/353388.json" -X DELETE -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token token=YOUR TOKEN HERE"
{
"freight_forwarder" : {
"contact_person" : null,
"phone" : null,
"email" : null,
"name" : "A+ TIRE",
"vat_number" : null,
"address" : "DELMAS 19, RUE PIERRE ANSELME",
"id" : 300009,
"general_ledger_id" : null
}
}
| Param name | Description |
|---|---|
|
id required |
Validations:
|