Skip to main content
DELETE
/
customers
/
{id}
Delete a customer
curl --request DELETE \
  --url https://pay.chargily.net/test/api/v2/customers/{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 customer.

Returns

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