Products
Delete Product
Products
Delete Product
Delete an existing Corrily product.
DELETE
/
v1
/
products
/
{product_api_id}
curl --location --request DELETE 'https://client.corrily.com/v1/products/monthly'
{
"message": "Successfully deleted product my_new_product21",
"success": true
}
curl --location --request DELETE 'https://client.corrily.com/v1/products/monthly'
{
"message": "Successfully deleted product my_new_product21",
"success": true
}
Path Params
The api ID of the product.
curl --location --request DELETE 'https://client.corrily.com/v1/products/monthly'
{
"message": "Successfully deleted product my_new_product21",
"success": true
}