Developer
User guidesDeveloper websiteHelp centerLog in
  • Welcome!
  • Organisations structure
    • Datamart
    • Users and roles
  • User points
    • User identifiers
      • Networks IDs
        • Device-based Network IDs
          • Custom Device ID integration
          • ID5
          • First ID
        • User-based Network IDs
          • Custom User ID integration
          • UTIQ martechpass
      • Accounts
      • Emails
      • Device identifiers
    • User activities and events
    • Compartments
    • User profiles
    • User segments
    • Hyper point & Quarantine
  • Data model
    • Defining your schema
    • Computed fields
      • Concepts
      • Setup
      • Development
      • Examples
  • Data ingestion
    • Real time user tracking
      • Website tracking
      • Mobile apps tracking
      • Ads exposure tracking
      • AMP tracking
      • Conversions tracking
      • Email views and clicks
      • Tracking API
      • Event rules
      • Activity analyzers
    • Bulk processing
      • Imports
        • User activities import
        • User profiles import
        • User choices import
        • Segments import
      • Deletions
        • User identifiers deletion
        • Device points deletion
        • User points deletion
      • User identifiers association
      • Integration batch
    • Activities analytics
    • Data warehouse
      • Preliminary setup
        • BigQuery
      • Create data warehouse
  • Querying your data
    • OTQL queries
    • OTQL examples
    • GraphQL queries
    • UserPoint API
    • User activities
    • Activities analytics queries
      • API Quickstart
      • Dimensions and metrics
      • Use cases
    • Funnel API
  • Alerting
    • Alert configurations
  • Data visualisation
    • Quickstart
    • Dashboards
    • Sections and cards
    • Charts
    • Datasets and data sources
      • Using a data file data source
    • Transformations
    • Filters
    • Cookbook
    • Reference
  • Advanced usages
    • Audience segmentation
      • Audience features
      • Segment builders
      • Audience segment metrics
      • Audience segment feed
        • Building new feeds
        • Monitoring a feed
        • Curated Audiences (SDA)
      • Edge segments
      • Cohort-based Lookalike
    • Contextual targeting
      • Setup
      • Activation
        • Google Ad Manager
        • Xandr (through prebid.js)
      • API documentation
    • Exporting your data
      • Query Exports
      • Datamart replication
    • Data privacy compliance
      • User choices
      • Cleaning rules
      • Exercise of user rights
      • Cookies
    • Campaigns
    • Automations
      • Email routers
      • Email renderers
      • Opt-in provider
      • Custom action plugins
      • Usage limits for automations
    • Plugins
      • Concepts
      • Creation & Deployment
      • Coding your plugin
      • Manage existing plugins
      • Layouts
      • Presets
      • Monitoring
      • Throttling
      • Batching (for external feeds)
    • Platform monitoring
      • Resources usage
        • Dimensions and metrics
      • Collection volumes
        • Dimensions and metrics
      • Events ingestion monitoring
        • Dimensions and metrics
    • Data Clean Room
      • Bunker
      • Clean room
  • Resources
    • Tutorial: Data Ingestion
      • Your first events
        • Add the mediarithmics tag
          • Getting the tag
          • Adding the tag
        • Send events using the tag
          • Adding event properties
          • Finding the UserEvent type in your schema
          • Matching your schema
          • Standard events
      • Your first bulk imports
        • API basics
          • Authentication
          • Your first API call
        • Send documents using the API
          • Requirements
          • Sending documents
    • Using our API
      • Authentication
    • Tools & libraries
      • mics CLI
      • JS Tag
      • Plugin SDK
    • Data cubes
      • Creating a report
      • Reference
Powered by GitBook
On this page
  • Retrieve all data related to a user
  • Delete all data related to a user
  • Via a user point identifier
  • Delete a user point by id
  • Via an email hash
  • Delete a user point by email hash
  • Via a user account identifier
  • Delete a user point by account id
  • Via a user agent
  • Delete a user point by user agent id

Was this helpful?

Export as PDF
  1. Advanced usages
  2. Data privacy compliance

Exercise of user rights

PreviousCleaning rulesNextCookies

Last updated 21 days ago

Was this helpful?

Users have the right to access their data and erase it. All of these operations can be manually, or be automatized with your centralized systems via API.

Retrieve all data related to a user

You can retrieve all data related to a user point via the Navigator Interface (see ), or via the different user point APIs (see the pages of )

Delete all data related to a user

In order to delete a user point and all documents related (identifiers, user activities, user profiles etc.), you can use one of the following APIs (depending on the identifier you are using):

Via a user point identifier

Delete a user point by id

DELETE https://api.mediarithmics.com/v1/datamarts/:datamartId/user_points/:userPointId

Path Parameters

Name
Type
Description

datamartId

integer

The ID of the datamart

userPointId

integer

The ID of the user point to delete

Via an email hash

Delete a user point by email hash

DELETE https://api.mediarithmics.com/v1/datamarts/:datamartId/user_points/email_hash=:emailHash

Path Parameters

Name
Type
Description

datamartId

integer

The ID of the datamart

emailHash

string

The email hash of the datamart

Via a user account identifier

Delete a user point by account id

DELETE https://api.mediarithmics.com/v1/datamarts/:datamartId/user_points/compartment_id=:compartmentId,user_account_id=:user_accountId

Path Parameters

Name
Type
Description

datamartId

integer

The ID of the datamart

compartmentId

integer

The compartment id of the user account

user_accountId

integer

The ID of the user account

Via a user agent

Delete a user point by user agent id

DELETE https://api.mediarithmics.com/v1/datamarts/:datamartId/user_points/user_agent_id=:userAgentId

Path Parameters

Name
Type
Description

datamartId

integer

The ID of the datamart

userAgentId

string

The ID of the user agent, like vec:xxx

It is also possible to bulk delete user points via

Monitoring
section "User points"
Document Import