Delete a Product October 06 2015

Delete the specified product...

/api/v2/products/:sku
/api/v2/products/:sku/delete /api/v2/products/:sku/delete.xml

This will also remove the product from any existing orders.

Example result...

<?xml version="1.0" encoding="UTF-8"?>
<message>Ok.</message>