Symptom
How to use OData APIs to Delete Feedback from the CPM Feedback tab
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental
Environment
SAP SuccessFactors Continuous Performance Management
Resolution
- Log in the instance
- Access the CPM module and check the feedback you'd like to delete
- On Postman, run the following call as User who wants to Delete Feedback (in this example: Francois Trombley) to get the Feedback ID
GET: https://endpoint-URL/odata/v2/ContinuousFeedback?$format=json
- Get the following Response > Take Note of the Feedback ID: 174923
- To Delete the Feedback run the following call
DELETE: https://endpoint-URL/odata/v2/ContinuousFeedback(174923L)
- Note that the Response form the system will be blank (this is expected behavior)
- Check the System for the Feedback
- The Feedback is no longer available.
Note: Only the feedback received on employee's requests can be deleted. The feedback received on manager's requests can't be deleted thru UI and API.
Keywords
OData API, Continuous Feedback, Delete Feedback, how to delete feedback using odata api call, cpm, continuous performance management, delete feedback, remove , KBA , csg_q , LOD-SF-CPM-API , Webservices, OData APIs , How To