Links

Exercise of user rights

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.
You can retrieve all data related to a user point via the Navigator Interface (see Monitoring), or via the different user point APIs (see the pages of section "User points")
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
https://api.mediarithmics.com
/v1/datamarts/:datamartId/user_points/:userPointId
Delete a user point by id

Via an email hash

delete
https://api.mediarithmics.com
/v1/datamarts/:datamartId/user_points/email_hash=:emailHash
Delete a user point by email hash

Via a user account identifier

delete
https://api.mediarithmics.com
/v1/datamarts/:datamartId/user_points/compartment_id=:compartmentId,user_account_id=:user_accountId
Delete a user point by account id

Via a user agent

delete
https://api.mediarithmics.com
/v1/datamarts/:datamartId/user_points/user_agent_id=:userAgentId
Delete a user point by user agent id