Skip to main content
DELETE
/
products
/
{id}
Delete a product
curl --request DELETE \
  --url https://pay.chargily.net/test/api/v2/products/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://dev.chargily.com/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

id
string
The ID of the product.

Returns

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