Opt-Out Policies
Take control of your data with comprehensive opt-out options. Disable logging and tracking features to ensure maximum privacy for your sensitive use cases.
Your Privacy Rights
Fusion AI respects your privacy and provides multiple ways to opt out of data collection. You can disable logging globally, selectively, or on a per-request basis while maintaining full API functionality.
How to Opt Out
Account Settings
Disable logging through your dashboard preferences
Steps
- 1Log in to your Fusion AI dashboard
- 2Navigate to Settings > Privacy & Data
- 3Toggle "Disable Request Logging"
- 4Save changes and confirm via email
Time to Effect
Scope
API Headers
Control logging on a per-request basis
Steps
- 1Add X-Privacy-Mode: strict header
- 2Include X-No-Analytics: true header
- 3Optionally set X-No-Telemetry: true
- 4Use no-logging endpoints when available
Time to Effect
Scope
Email Request
Submit a formal opt-out request via support
Steps
- 1Email [email protected]
- 2Include your account ID and API key prefix
- 3Specify opt-out preferences and scope
- 4Await confirmation within 48 hours
Time to Effect
Scope
API Header Examples
Use these headers to control logging on individual requests:
Complete Opt-Out
# Disable all logging for this request
curl -X POST https://api.mcp4.ai/v1/chat \
-H "Authorization: Bearer sk-fusion-..." \
-H "X-Privacy-Mode: strict" \
-H "X-No-Analytics: true" \
-H "X-No-Telemetry: true" \
-d '{"prompt": "Sensitive query", "provider": "neuroswitch"}'
Minimal Logging
# Minimal logging only
curl -X POST https://api.mcp4.ai/v1/chat \
-H "Authorization: Bearer sk-fusion-..." \
-H "X-Privacy-Mode: minimal" \
-H "X-No-Analytics: true" \
-d '{"prompt": "Semi-sensitive query"}'
Analytics Disabled
# Standard logging with analytics disabled
curl -X POST https://api.mcp4.ai/v1/chat \
-H "Authorization: Bearer sk-fusion-..." \
-H "X-No-Analytics: true" \
-d '{"prompt": "Regular query"}'
Types of Data Opt-Out
Usage Analytics
Stop collection of usage patterns and statistics
Data Affected
- Request frequency tracking
- Feature usage analytics
- Performance metrics
- Geographic distribution data
Service Impact
- No personalized recommendations
- Reduced optimization insights
- Limited usage reports
- No trend analysis
Request Metadata
Disable logging of request information
Data Affected
- API endpoint access logs
- Request timestamps
- Response time metrics
- Error rate tracking
Service Impact
- Limited debugging support
- No request replay capability
- Reduced error diagnostics
- No performance monitoring
Security Monitoring
Opt out of non-essential security logging
Data Affected
- IP address geolocation
- User agent analysis
- Access pattern monitoring
- Behavioral analytics
Service Impact
- Reduced fraud protection
- Limited anomaly detection
- Basic security monitoring only
- Manual verification may be required
Your GDPR Rights
As a data subject under GDPR, you have the following rights regarding your personal data:
Right to Access
Request a copy of all personal data we process
Right to Rectification
Correct inaccurate or incomplete personal data
Right to Erasure
Request deletion of your personal data
Right to Portability
Receive your data in a structured, machine-readable format
Verification Required
For Security
To protect your account and prevent unauthorized changes, we require verification for opt-out requests:
- Email confirmation from registered account
- API key verification (prefix only)
- Two-factor authentication if enabled
Required Information
- • Account email address
- • Account ID or API key prefix
- • Specific opt-out preferences
- • Effective date preference
- • Reason for opt-out (optional)