Sign in

Disconnect a customer from its parent customer

documented

Detach a child customer from its parent.

POST /api/v3/customer/{customer_id}/_action/disconnectParentCustomersno 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://{{CHARGEOVER_BASE_HOST}}/api/v3/customer/{{$customer_id}}/_action/disconnectParent" \
  -X POST \
  -u "{{CHARGEOVER_USERNAME}}:{{CHARGEOVER_PASSWORD}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{}'