Delete
DELETE {{baseUrl}}/shipment/:tripNumber
Deletes a Shipment with Complete status. Deleting the Shipment shall also remove all ■ Deletes the shipment (by marking in DB as deleted), if belonging to account
of its sensors’ data records.
■ Don't believe we need to take sharing into consideration
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"message": "Shipment succesfully deleted"
} |
ENDPOINTS