requestDelete
Schedules a new Deletion Job on the specified Data Pool.
Arguments
input required DeletionRequestInput
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 RequestDeleteResponse
requestDelete.job non-null DeletionJob
The Deletion Job that was just created.