Delete your data

Delete your TVWizard Bridge pairing

v1 · Last updated 2026-04-20
TVWizard doesn't have traditional user accounts. When you pair a TV, we store a short record: a device name you chose, a bearer token, and a pairing timestamp. You can delete it any time with one tap on the TV, or by emailing us.

Fastest — one tap from the TV

Open the TVWizard Bridge app on your Android TV. Tap Reset pairing. The app clears its local token, calls our relay to invalidate it, and the pairing record is deleted immediately.

That's it. No confirmation email, no cooldown, no portal to navigate.

From any device with your bearer token

If you still have the bearer token (the one on the claim page) but no longer have access to the TV, call the revocation endpoint directly:

curl -X DELETE https://tv.djwizard.ai/pair \
  -H "Authorization: Bearer <your-bearer-token>"

We delete the pairing and force-disconnect any live bridge immediately.

By email (always works, even if you lost the token)

Email hi@tv.djwizard.ai with:

We delete the pairing within 7 days and reply to confirm. If you include your waitlist email (if you signed up at tv.djwizard.ai/waitlist), we remove that too.

What gets deleted

Deleted immediately

  • Your device record (name + bearer token)
  • Any live bridge session for that device
  • Your waitlist email, if requested

Kept (anonymous, no identity link)

  • Aggregate relay counters (total pair_init calls, total tool calls by name) — these never had your identity attached
  • HTTP access logs: method, path, status, duration, client IP — retained for 14 days for abuse mitigation, then rotated

What we never collected in the first place

About Claude.ai / ChatGPT connectors

If you connected TVWizard via a Claude.ai or ChatGPT custom connector, those services store a copy of the bearer token on their side. To delete it there:

Removing from their side invalidates their copy but doesn't touch the pairing on our end. Use the "Reset pairing" or email path above to delete our copy.

Changes to this policy

When this page changes in a material way we'll update the "Last updated" date and email everyone on the waitlist. The deletion paths above (app, API, email) aren't going away.

Contact

Questions or stuck somewhere — hi@tv.djwizard.ai. We respond within 24 hours on weekdays.