Terminate user connections
documentedTerminate all connections established by the given user.
POST /apps/{app_id}/users/{user_id}/terminate_connectionsChannelsno 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)
I can’t generate a real keychains curl for POST /apps/{app_id}/users/{user_id}/terminate_connections because official Pusher Channels docs do not expose a REST HTTP endpoint for terminating a user’s connections. Termination is done via server SDK calls (e.g., pusher.terminateUserConnections(userId) in Node/JS or PHP), not via a REST POST request. See the Pusher docs page Terminating user connections which shows only SDK usage, not an HTTP endpoint. ([pusher.com](https://pusher.com/docs/channels/server_api/terminating-user-connections))