Mixpanel · Arazzo Workflow
Mixpanel GDPR Data Deletion Flow
Version 1.0.0
Submit a GDPR/CCPA deletion request and poll its task status, branching on completion.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
gdpr-deletion-flow
Create a data deletion request then check its task status with branching.
Posts a deletion request to /data-deletions/v3.0, then polls /data-deletions/v3.0/{taskId}, branching on SUCCESS versus still-pending.
1
createDeletion
createDeletionRequest
Submit a GDPR or CCPA data deletion request. Authentication uses an OAuth bearer token; the project token is passed as the token query parameter.
2
checkDeletion
checkDeletionStatus
Check the status of the deletion task. Branches to completion when the task status is SUCCESS, otherwise reports it is still pending.