Disconnect a customer from its parent customer
documentedDetach a child customer from its parent.
POST /api/v3/customer/{customer_id}/_action/disconnectParentCustomersno implementation yet0 runsNo 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 '{}'