# Deleting your account

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

![Deleting your account](https://www.foxora.ai/docs/images/v5.0.8/tutorials/sign-in.webp)

*Studio interface in English. Sample data.*

1. Export required account and device data, and verify the downloaded files.
2. Cancel the subscription and disconnect external services you no longer want linked.
3. From a trusted local or server-side client, send the authenticated deletion request below.
4. Confirm that the response contains `deleted: true`, then remove local Foxora data separately on each device if desired.

```bash
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.
