Voxco · Schema

DeleteStudyRespondentsRequest

Request model for deleting study respondents

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
respondentIds array List of respondent identifiers to be deleted
View JSON Schema on GitHub

JSON Schema

DeleteStudyRespondentsRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DeleteStudyRespondentsRequest",
  "type": "object",
  "properties": {
    "respondentIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of respondent identifiers to be deleted",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Request model for deleting study respondents"
}