DeleteSurveyQuestion
Delete a question from a survey page.
Input
| Name | Type | Required | Description |
| SurveyId | String | True | The survey ID. |
| PageId | String | True | The page ID. |
| QuestionId | String | True | The ID of the question to delete. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation was successful or not. |