Account Owner and Account Administrators
| Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request |
| Content-Type: application/json (required) | Property for processing a request in JSON |
| Accept: application/json (required) | Property for processing a request in JSON |
| Parameter | Description |
| sessionId (required) | The session ID |
| employeeIds (required) | The employee ID you want to delete |
| Code | Text | Description |
|---|---|---|
| 200 | OК | The request has been successfully processed |
| 400 | Bad request | A request error |
| 401 | Unauthorized | An authorization error |
| 404 | Unknown user | No user exists with the provided ID |
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"]
} |
HTTP/1.1 200 OK |