Skip to main content
POST
Delete surveys
Delete one or more surveys that you own. This removes all associated data: respondents, respondent metadata, interaction data, flattened collections, quality settings, and the survey itself.

Authorizations

api-key
string
header
required

Body

application/json

Request body for deleting surveys

🔒 Authentication: This endpoint is only accessible via a PRIVATE API key type

surveyNames
string[]
required

Array of survey names to delete.

Minimum array length: 1

Response

Successful deletion response.

success
boolean

A variable indicating whether the operation was successful.

message
string

A variable that human-readable message providing additional context or confirmation of the requested action.

results
object

This object serves as a container to hold the results for the requested data, encapsulating all relevant information and outputs in a structured format.