SAP Knowledge Base Article - Public

2755227 - How to Delete Feedback using OData API call - Continuous Performance Management

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

  1. Log in the instance
  2. Access the CPM module and check the feedback you'd like to delete

    Check_Feedback_in_CPM.png

 

  1. 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

Log_into_Postman_as_user_who_wants_to_delete_feedback.png

  1. Get the following Response > Take Note of the Feedback ID: 174923

FeedbackID.png

  1. To Delete the Feedback run the following call

DELETE: https://endpoint-URL/odata/v2/ContinuousFeedback(174923L)

Delete_Feedback.png

  1. Note that the Response form the system will be blank (this is expected behavior)
  2. Check the System for the Feedback

Deleted_Feedback_Check.png

  1. 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.

CPMfeedbackAPI.jpg

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

Product

SAP SuccessFactors Performance & Goals all versions