Symptom
How to Mass Delete Job Requisitions using Integration Center?
Environment
SAP SuccessFactors Recruiting Management
Resolution
It is possible to soft-delete a job requisition by updating the internal system field "deleted" to "true" using OData API.
The mass deletion can be achieved by using Integration Center to import the field value for a list of job requisitions.
There are two minimum necessary columns to include in the import file:
- Job Req ID column
- 'true' value column
The column name can be any text. Please map the columns to the following three fields in the JobRequisition OData API entity.
- Job Req ID column --> "jobReqId"
- 'true' value column --> "isDraft"
- 'true' value column --> "deleted"
For detailed steps, please refer to the KBA 2771951 - How to update Job Requisition fields using Integration Center - Recruiting Management.
NOTE: Deleted job requisitions will appear in Admin Center > Restore Deleted Job Requisitions. There is no functionality to permanently delete (hard-delete) job requisitions.
See Also
Keywords
delete, job requisition, bulk, batch, OData, API, import, IC , KBA , LOD-SF-RCM-API , Webservices & APIs , LOD-SF-RCM , Recruiting Management , LOD-SF-RCM-INT , Integration Center & Intelligent Services , LOD-SF-RCM-JOB , Job Postings & Requisitions , How To