DeleteSurveyQuestion
Delete a question from a survey page.
Stored Procedure-Specific Information
This stored procedure deletes a question from a survey page.To execute this procedure, enter:
EXEC DeleteSurveyQuestion SurveyId = '159264293', PageId = '44829950', QuestionId = '775702916'
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. |