products

Delete a product associated with a given ID from your eCommerce system. Specifying a product associated with a given ID that does not exist will result in an error message

delete/products/{id}

Path parameters

idstring required

The ID of the product to delete from the eCommerce system

Headers

Authorizationstring required

The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'

Response

OK - Everything worked as expected

Changes