Deleting your account
Export anything you need, end paid services, and use Foxora’s explicit authenticated deletion request only when permanent erasure is intended.

- Export required account and device data, and verify the downloaded files.
- Cancel the subscription and disconnect external services you no longer want linked.
- From a trusted local or server-side client, send the authenticated deletion request below.
- Confirm that the response contains
deleted: true, then remove local Foxora data separately on each device if desired.
curl -X DELETE https://api.foxora.ai/v1/me \
-H "Authorization: Bearer $FOXORA_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"confirm":"DELETE"}'Never copy a token from application storage. If you cannot use the supported API flow, open Settings → About → Support.
Expected result: account credentials and account-owned service records are erased; device-local files are not assumed deleted.