POST /performance-management/appraisal/session/{sessionId}/question/{questionId}/remove
Permissions to Run the Request
Account Owner and Account Administrators
Request Headers
| 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 |
| questionId (required) | The question ID you want to delete |
Response Codes
| Code | Text | Description |
|---|---|---|
| 200 | OК | The request has been successfully processed |
| 400 | Bad request | A request error |
| 401 | Unauthorized | An authorization error |
| 404 | Unknown question | No question exists with the provided ID |
Sample Request
POST /performance-management/appraisal/session/8e7a5d39-1ae3-11f0-ae26-765c58ce190a/question/c5ea65eb-1ae4-11f0-ae26-765c58ce190a/remove
Host: api-learn.ispringlearn.com
Content-Type: application/json
Accept: application/json
X-Auth-Account-Url: https://myaccount.ispringlearn.com
Authorization: Bearer 9GESo1h9cd6ReTXOC8hz8foXbGNs0wgRWxrdD5tK_Uw
{
}
Sample Response
HTTP/1.1 200 OK