Create a Deletion
Create a Deletion
Creates a task that specifies a list of users in a project to delete
post/data-deletions/v3.0
Query parameters
tokenstring
Your project token
Request body
Example request
{
"distinct_ids": [
"distinct_id_1",
"distinct_id_2",
"distinct_id_3"
]
}Response
Success
Example response
{
"status": "ok",
"results": {
"task_id": "job-tracking-id"
}
}