createDeletionJob
Schedules a new Deletion Job on the specified Data Pool.
Arguments
input required CreateDeletionJobInput
The fields for creating a Deletion Job.
input.dataPool required ID
The Data Pool that is going to get the data deleted
input.filters required array of FilterInput
The list of filters that will be used for deleting data. Data matching these filters will be deleted.
Returns
Non-null DeletionJobResponse
The response returned by the Deletion Job.
createDeletionJob.job non-null DeletionJob
The Deletion Job that was just created.