on 2023 Nov 03 2:02 AM
From SAP API Hub (https://api.sap.com/api/RCMJobRequisition/resource/Job_Requisition_Screening_Question), there is delete screen question API listed. But When I try to delete by below API. It return error "Entity JobReqScreeningQuestion is not deletable." And According to OData API Data Dictionary, there is no delete operation supported. So how to Delete Screen Questions for a Job Requisition by ODATA API?
curl -X DELETE \<br>-H 'content-type: application/json' \<br>-H 'Authorization: Basic abccccccc' \<br>-H 'accept: application/json' \<br>"https://{sf_host}.successfactors.com/odata/v2/JobReqScreeningQuestion(jobReqId=2940L,locale='en_US',order=1L)"
{<br>"error" : {<br>"code" : "COE_ENTITY_NOT_DELETABLE", "message" : {<br>"lang" : "en-US", "value" : "[COE0012]Entity JobReqScreeningQuestion is not deletable."<br>}<br>}<br>}
Request clarification before answering.
User | Count |
---|---|
4 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.