Sign in

Set a customer as inactive

documented

Mark a customer as inactive.

POST /api/v3/customer/{customer_id}/_action/setInactiveCustomersno 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://{{$site_domain}}.chargeover.com/api/v3/customer/{{$customer_id}}/_action/setInactive" \
  -u "{{CHARGEOVER_API_KEY}}:{{CHARGEOVER_SECRET}}" \
  -X POST \\
  -H "Accept: application/json" \\
  -H "Content-Type: application/json" \\
  -d '{"reason": "{{$reason}}"}'
Set a customer as inactive · chargeover · OpenIntegrations