Sign in

Delete a customer

documented

Remove a customer from ChargeOver.

DELETE /api/v3/customer/{customer_id}Customersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://{{$domain}}/api/v3/customer/{{$customer_id}}\" \
  -X DELETE \
  -u \"{{CHARGEOVER_API_KEY}}:{{CHARGEOVER_SECRET}}\" \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\"
Delete a customer · chargeover · OpenIntegrations