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!"
} |
ENDPOINTS