Exercise of user rights
Last updated
Was this helpful?
Last updated
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.
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 )
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
datamartId
integer
The ID of the datamart
userPointId
integer
The ID of the user point to delete
DELETE
https://api.mediarithmics.com/v1/datamarts/:datamartId/user_points/email_hash=:emailHash
datamartId
integer
The ID of the datamart
emailHash
string
The email hash of the datamart
DELETE
https://api.mediarithmics.com/v1/datamarts/:datamartId/user_points/compartment_id=:compartmentId,user_account_id=:user_accountId
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
DELETE
https://api.mediarithmics.com/v1/datamarts/:datamartId/user_points/user_agent_id=:userAgentId
datamartId
integer
The ID of the datamart
userAgentId
string
The ID of the user agent, like vec:xxx