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):
delete
https://api.mediarithmics.com
/v1/datamarts/:datamartId/user_points/:userPointId
Delete a user point by id
delete
https://api.mediarithmics.com
/v1/datamarts/:datamartId/user_points/email_hash=:emailHash
Delete a user point by email hash
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
delete
https://api.mediarithmics.com
/v1/datamarts/:datamartId/user_points/user_agent_id=:userAgentId
Delete a user point by user agent id
Last modified 1mo ago