Delete a product. Product deletion is feasible only when there are no associated prices linked to it.
curl --request DELETE \ --url https://pay.chargily.net/test/api/v2/products/{id} \ --header 'Authorization: Bearer <token>'
The ID of the product.
If the deletion is successful, it returns the deleted product object.