Check Status of Deletion
Check Status of Deletion
Checks the status of an existing deletion task
GET
Check Status of Deletion
Authorizations
OAuth Token
Path Parameters
The task ID shown in the response
Query Parameters
Your project token
Response
Success
A JSON response object containing data about a data deletion job
The status of the response
Example:
"ok"
Details about a deletion job
Example:
{
"tracking_id": "job tracking_id",
"status": "SUCCESS",
"requesting_user": "user@mail.com",
"compliance_type": "GDPR",
"project_id": "your project ID",
"date_requested": "YYYY-MM-DDTHH:MM:SS",
"distinct_ids": ["distinct_id_1", "distinct_id_2"]
}Check Status of Deletion