deleteQuestion

Description
This transaction enables you to delete an existing Question.
Web Services
Operation name: deleteQuestion
Service name: DWLBusinessServices
Example
Remove the question What are your financial goals? from the Investment Profile questionnaire.
Usage information
A Question can only be deleted when the Questionnaire it belongs to is in a draft state. A Question belonging to a Questionnaire in an Active or Inactive state cannot be deleted.
Preconditions
Not applicable
Mandatory input
  • QuestionId
  • LanguageType
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
This transaction only deletes the given Question in the specified LanguageType. If the Question exists in other languages, each language must be deleted in a separate deleteQuestionnaire transaction.

A successful deleteQuestion transaction returns the images of the deleted Question and the associated EnumeratedAnswers.

Request message
<TCRMTxType> deleteQuestion

<TCRMTxObject> QuestionBObj

<TCRMObject> QuestionBObj

Response objects
QuestionBObj

with one or more optional EnumeratedAnswerBObj business objects

Special note
Not applicable