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

  1. 1Log in to your Fusion AI dashboard
  2. 2Navigate to Settings > Privacy & Data
  3. 3Toggle "Disable Request Logging"
  4. 4Save changes and confirm via email

Time to Effect

Immediate

Scope

All future requests

API Headers

Control logging on a per-request basis

Steps

  1. 1Add X-Privacy-Mode: strict header
  2. 2Include X-No-Analytics: true header
  3. 3Optionally set X-No-Telemetry: true
  4. 4Use no-logging endpoints when available

Time to Effect

Immediate

Scope

Per request

Email Request

Submit a formal opt-out request via support

Steps

  1. 1Email [email protected]
  2. 2Include your account ID and API key prefix
  3. 3Specify opt-out preferences and scope
  4. 4Await confirmation within 48 hours

Time to Effect

24-48 hours

Scope

Account-wide or specific features

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

Submit access request via [email protected]
Response within 30 days

Right to Rectification

Correct inaccurate or incomplete personal data

Contact support with corrections needed
Response within 30 days

Right to Erasure

Request deletion of your personal data

Submit deletion request with account verification
Response within 30 days

Right to Portability

Receive your data in a structured, machine-readable format

Request data export through dashboard or email
Response within 30 days

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)

Need Help?

Email Support

[email protected]

Response within 24 hours

Dashboard Settings

Manage Privacy Settings

Related Privacy Information