Logo
DeltaTrak API Documentation

Delete

DELETE {{baseUrl}}/account/:accountID/shipment/:shipmentID

Delete shipment and it's readings. Deleting the shipment in this endpoint would move the Trip Number back to the Customer's Inventory.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
authorization
string (Required)




RESPONSES

status





Curl
curl -X DELETE 'https://axeecknwif.execute-api.us-east-1.amazonaws.com/prod//account/:accountID/shipment/:shipmentID' -H 'authorization: token'

ENDPOINTS