Delete Connection
Overview
delete_connection permanently removes an existing data source connection for the current user. This takes real, immediate action — only call it when the user has explicitly asked to delete (not just disconnect) a specific connection.
A critical distinction: unlike disconnect_connection, deletion is not self-service reversible — undoing a deletion requires manual backend intervention by b.well support. Users cannot undo this action themselves.
Required Parameters
connection_id (string)
- The connection identifier to delete. Same value as
idfromlist_connectionsresults.
Returns
status— the connection's status after deletion (typicallyDELETED).status_updated— datetime the status changed.
Notes
For users seeking to pause synchronization while preserving existing data, disconnect_connection offers a temporary alternative to permanent deletion.
Updated 14 days ago
Did this page help you?
