DELETE
/
products
/
{id}
curl --request DELETE \
  --url https://pay.chargily.net/test/api/v2/products/{id} \
  --header 'Authorization: Bearer <token>'

Path parameters

id
string

The ID of the product.

Returns

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