products
Delete a product
Deletes a product entry.
delete/products/{product_id}
Path parameters
product_idstring required
The id of the product to be retrieved
Example:1
Response
Product deleted successfully
Example response
{
"status": "success",
"status_code": 200
}