SAP Knowledge Base Article - Public

3371652 - How to Mass Delete Job Requisitions using Integration Center - Recruiting Management

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:

  1. Job Req ID column
  2. '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.

  1. Job Req ID column --> "jobReqId"
  2. 'true' value column --> "isDraft"
  3. '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

KBA 2744690 - How to soft delete job requisitions using OData API - Recruiting Management

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

Product

SAP SuccessFactors Recruiting all versions