Disconnect and data purge
Last updated 2026-06-14
Definition
When you disconnect a source, Quri stops reading it and deletes the data it pulled from that source. Disconnecting is the off switch and the cleanup in one step: the token is dropped so no further reads happen, and the metrics Quri stored from that connector are purged, supporting your GDPR obligations.
How to do this in Quri
- Open /app/connect and find the source you want to remove.
- Disconnect it so Quri drops the stored credential and stops reading.
- Quri purges the data it pulled from that source.
- Confirm at /app/connect that the source no longer appears as connected.
Frequently asked
- What happens to my data when I disconnect a source?
- Quri stops reading it and deletes the metrics it pulled from that connector. The credential is dropped too, so no further reads are possible without you reconnecting.
- Does disconnecting in Quri affect the data in the source itself?
- No. Quri only removes what it stored on its side. Your data inside Stripe, Meta, or any other tool is untouched — disconnecting just ends Quri’s access to it.