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