Retire Question
This API is used to retiring a questions on the Sunbird-inQuiry Platform.
This API is used to retiring a questions on the Sunbird-inQuiry Platform.
DELETE
/question/v2/retire/{question_id}
• It points to inquiry-api-service (assessment service)- /question/v5/retire • You need to provide a valid Question Id value in {question_id} field of the API URL. • It is mandatory to provide values for parameters marked with * • Mandatory fields cannot be null or empty.
Path Parameters
Name | Type | Description |
---|---|---|
question_id* | String | Append a valid Question ID To the Request URL |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | To make use of the API, you require authorization. Raise a request to the administrator, for the use of the API. You will receive the authorization key. Specify the key received, here. Set Bearer {{api_key}} |
x-channel-id | String | Unique identification number associated with a root organization. |
Success result Schema
Attribute | Type | Description |
---|---|---|
identifier | String | Unique Question identifier |
versionKey | String | Unique version key for question |
cURL
Last updated