Products
Delete Product
Products
Delete Product
Delete an existing Corrily product.
DELETE
/v1/products/{product_api_id}
X-Api-Key*
curl --request DELETE \
--url https://client.corrily.com/v1/products/{product_api_id} \
--header 'X-Api-Key: <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
}