GDPR & Privacy
Delete specific user data
DELETE
/
api
/
config
/
privacy
/
data-deletion
You can delete traces data for a specific user of yours by specifying their association properties.
Request Body
associationProperties
JSON
A list of users to delete, each specific using a specific criterion for deletion like {userId: "123"}
.
{
"associationProperties": [
{
"userId": "123"
}
]
}
Response
requestId
string
The request ID for this deletion request. You can use it to query the status of the deletion.