DELETE v1/answerSelectSets/{id}/AnswerSelectSetNodes/{nid}

Creates a new AnswerSelectSetNode in a AnswerSelectSet or updates an existing AnswerSelectSetNode in a AnswerSelectSet

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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: