DELETE api/cases/{caseId}/questions/{questionId}/answers/{answerId}
Delete the provided answer by Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId | globally unique identifier |
Required |
|
| questionId | globally unique identifier |
Required |
|
| answerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AnswerDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| QuestionId | globally unique identifier |
None. |
|
| ChoiceId | globally unique identifier |
None. |
|
| Text | string |
None. |
|
| ContextualText | string |
None. |
|
| OrderIndex | integer |
None. |
|
| SubQuestions | Collection of QuestionDetail |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: