Before you begin
- You have the
connectionIdyou want to delete - You understand deletion is permanent — a deleted connection cannot be recovered
- For duplicate connections, remember to delete all duplicates if you want to fully sever the underlying provider link
How to delete a connection
Call the delete connections endpoint with theconnectionId. Once you delete a connection:
- It is deleted on both Meld and the underlying service provider.
- You will no longer receive any updates (webhooks) for it.
- You will no longer be billed for it.
- A
BANK_LINKING_CONNECTION_DELETEDwebhook is sent to confirm.
For the full request and response schema, refer to the Bank Linking API reference.