DELETE Questions/{QuestionKey}/{EntityType}

Delete an existing question or its linked entities like Codes, QualityCodes, Responses from it

Request Information

URI Parameters

NameDescriptionTypeAdditional information
QuestionKey

The key of the Question, which must be an integer value

integer

Required

EntityType

Entity type which should be deleted from the question

string

Required

Body Parameters

None.

Response Information

Delete an existing question or its linked entities like Codes, QualityCodes, Responses from it

DeleteQuestionResponse
NameDescriptionTypeAdditional information
entityType

Type of entity (Codes/QualityCodes/Responses/Question)

string

None.

entityItemsDeleted

Number of deleted items

integer

None.

errors

If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages.

Collection of string

None.