DELETE
/
products
/
{id}
Delete a product
curl --request DELETE \
  --url https://pay.chargily.net/test/api/v2/products/{id}

Path parameters

id
string
The ID of the product.

Returns

If the deletion is successful, it returns the deleted product object.