Products
Delete a product
Deletes a product with the given product_path.
delete/products/{product_path}
Response
OK
Example response
{
"products": [
{
"action": "products.delete",
"result": "success",
"product": "basic-laptop"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.