iSpring LMS API Documentation REST API Managing 360° Review Current: Removing Employees Removing Employees AVAILABLE WITH ENTERPRISE SUBSCRIPTIONPOST /performance-management/appraisal/session/{sessionId}/employee-card/remove Permissions to Run the RequestAccount Owner and Account AdministratorsRequest HeadersHeaderDescriptionAuthorization (required)Access token. You can obtain a token by making a requestContent-Type: application/json(required)Property for processing a request in JSONAccept: application/json(required)Property for processing a request in JSONParameterDescriptionsessionId (required)The session IDemployeeIds (required)The employee ID you want to delete Existing customers may continue using ispringlearn.com, and new customers should use ispring.com. Response CodesCodeTextDescription200OКThe request has been successfully processed400Bad requestA request error401UnauthorizedAn authorization error404Unknown userNo user exists with the provided IDSample Request POST /performance-management/appraisal/session/4bba0d8f-1552-11f0-91a5-02420aff005f/employee-card/remove Host: api-learn.ispringlearn.com Content-Type: application/json Accept: application/json X-Auth-Account-Url: https://myaccount.ispringlearn.com Authorization: Bearer jiL8tBh1-GU3wIEvvhyjEG59nF8dX7VdLrkfPX64k80 { "employeeIds": ["6866b407-137f-11f0-ad73-02420aff0051", "66c8714c-137f-11f0-ad73-02420aff0051"] } XML Sample Response HTTP/1.1 200 OK XML ×