Logo
DeltaTrak API Documentation

Delete

DELETE {{baseUrl}}/account/:accountID/product/:productID

Delete a product form a customer account.

Product will not be deleted if the Product is currently being used by a Shipment.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string (Required)




RESPONSES

status OK

{ "message": "Product successfully deleted!" }



Curl
curl -X DELETE 'https://axeecknwif.execute-api.us-east-1.amazonaws.com/prod//account/:accountID/product/:productID' -H 'Authorization: token'

ENDPOINTS