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

Path parameters

id
string

The ID of the customer.

Returns

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