Disconnect Connection
Overview
disconnect_connection disconnects an existing data source connection for the current user. This takes real, immediate action — only call it when the user has explicitly asked to disconnect a specific connection. Safe to call more than once on the same connection (idempotent). The connection can be reconnected later via create_connection or reconnect_connection.
Required Parameters
connection_id (string)
- The connection identifier to disconnect. Same value as
idfromlist_connectionsresults.
Returns
status— the connection's status after disconnecting (typicallyDISCONNECTED).status_updated— datetime the status changed.
Updated 14 days ago
Did this page help you?
