ADO.NET Provider for SurveyMonkey

Build 26.0.9655

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655