Didomi · Arazzo Workflow
Didomi Data Subject Erasure Request
Version 1.0.0
Look up an end user by your internal ID and fulfil a right-to-erasure request by deleting their consent record.
View Spec
View on GitHub
AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory ComplianceArazzoWorkflows
Provider
Workflows
data-subject-erasure
Find an end user by internal ID and delete their consent record to fulfil an erasure request.
Looks up an end user by your organization's internal user ID and, when a match is found, deletes the user's consent record to fulfil a right-to-erasure request. When no user matches, the flow ends without deleting anything.
1
findUser
{$sourceDescriptions.didomiApi.url}#/paths/~1consents~1users/get
Retrieve the end user matching the supplied organization user ID. Branch on whether a user was returned: delete it when present, otherwise end.
2
deleteUser
{$sourceDescriptions.didomiApi.url}#/paths/~1consents~1users~1{id}/delete
Delete the matched user's consent record, fulfilling the right-to-erasure request. The deleted ConsentUser object is returned on success.