Logo
DeltaTrak API Documentation

Clean

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

Clean all shipment data and reset alarm status.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
authorization
string (Required)




RESPONSES

status OK

{ "message": "Data cleaned." }



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

ENDPOINTS