GDPR
Chatevo supports GDPR data subject rights for EU visitors and customers. Organization admins can fulfill requests from the dashboard or API.
| Role | Responsibility |
|---|---|
| You (data controller) | Decide what data to collect; respond to visitor requests |
| Chatevo (data processor) | Process data per your instructions; provide deletion/export tools |
Enterprise customers execute a DPA formalizing these roles.
Data subject rights
Section titled “Data subject rights”| Right | Chatevo feature |
|---|---|
| Access | Export conversation and account data |
| Rectification | Update account profile; correct KB content at source |
| Erasure | Delete conversations, documents, and account |
| Portability | JSON export of conversations and configuration |
| Restriction | Pause deployments; disable data collection |
| Objection | Stop processing by deleting deployment or account |
Export data
Section titled “Export data”Conversations (dashboard)
Section titled “Conversations (dashboard)”- Analytics → Conversations — filter by date or user ID.
- Export → JSON or CSV.
Full organization export (API)
Section titled “Full organization export (API)”POST /api/v1/gdpr/exportAuthorization: Bearer ch_live_xxxContent-Type: application/json{ "scope": "organization", "include": ["conversations", "assistants", "knowledge_bases", "audit_logs"]}Returns a download URL valid for 24 hours.
Delete data
Section titled “Delete data”Delete a visitor’s conversations
Section titled “Delete a visitor’s conversations”POST /api/v1/gdpr/delete{ "scope": "conversations", "external_user_id": "user_9281"}Requires matching external_user_id from JWT or Direct API metadata.
Delete entire organization
Section titled “Delete entire organization”Contact support@chatevo.ai from the admin email. Account deletion cascades:
- All assistants, KBs, tools, deployments
- Stored credentials (immediate key destruction)
- Conversation history per retention policy
- Backups purged within 30 days
Lawful basis
Section titled “Lawful basis”| Processing | Typical lawful basis |
|---|---|
| Providing the service | Contract |
| Security logs | Legitimate interest |
| Product analytics (aggregated) | Legitimate interest |
| Marketing emails | Consent (opt-in) |
Document your lawful basis in your privacy policy. Chatevo provides a subprocessor list for your records.
Timeline
Section titled “Timeline”| Request type | Target response |
|---|---|
| Export | Within 30 days (usually < 72 hours) |
| Erasure | Within 30 days; active data removed immediately |
| Account deletion | 30-day soft delete, then hard purge |