StartPersonalDataDeletionTaskInput
Version 2024-04-01
Overview
Input fields required to start a personal data deletion task.
Arguments
Argument | Description |
---|---|
dataSubject (DataSubjectInput required) | Data subject for the personal data deletion task. It includes the data subject's type and identifier. |
holdingPeriod (Int) | Holding period for Data Deletion task. The holding period specifies the number of days to delay before executing the Data Deletion task. This integer value can range from 0 to 180 days. If this parameter is not provided, the system will default to a 10-day holding period. The size should be greater than or equal to 0 and less than or equal to 180. |
reason (String) | The reason why this personal data deletion task was requested. This will be used for auditing purposes. |
Updated 23 days ago