DELETE v1/quizSections/{id}/quizSectionNodes/{nid}
Creates a new QuizSectionNode in a QuizSection or updates an existing QuizSectionNode in a QuizSection
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Unique Identifier of the Quiz Section from which to delete a Quiz Section Node. |
string |
Required |
| nid |
Unique Identifier of the Quiz Section Node to delete. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A response containing the new Quiz Section Node's unique id, or validation errors if the Quiz Section Node could not be created or updated.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
Response Codes
- 200 OK: Quiz Group Node successfully deleted.
- 400 BadRequest: Data validation failed, see the response body for more information.
- 401 Unauthorized:
- 500 InternalServerError: