AVAILABLE WITH BUSINESS SUBSCRIPTION

POST /performance-management/appraisal/session/{sessionId}/question/{questionId}/remove

Permissions to Run the Request

Account Owner and Account Administrators

Request Headers

HeaderDescription
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
ParameterDescription
sessionId (required)The session ID
questionId (required)The question ID you want to delete

Response Codes

CodeTextDescription
200The request has been successfully processed
400Bad requestA request error
401UnauthorizedAn authorization error
404Unknown questionNo 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

{
}
XML

Sample Response

HTTP/1.1 200 OK 
XML