Google's page on batchDelete
says that a requisitionId
needs to be specified. As a requisitionId
identifies a specific job, how can I call batchDelete
to delete multiple jobs? Say, all the jobs of a specific company?
I need to do this purely to delete some test data.