ADO.NET Provider for SurveyMonkey

Build 26.0.9655

DeleteSurveyResponse

Delete a response on a collector.

Stored Procedure-Specific Information

This stored procedure deletes a survey response.

To execute this procedure, enter:

EXEC DeleteSurveyResponse CollectorId = '462259674', ResponseId = '118959305132'

Input

Name Type Required Description
CollectorId String True The colletor ID.
ResponseId String True The ID of the response 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