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 id from list_connections results.

Returns

  • status — the connection's status after disconnecting (typically DISCONNECTED).
  • status_updated — datetime the status changed.

Did this page help you?