Voxco · Schema

DeleteStudyResponse

Response for delete study action

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
View JSON Schema on GitHub

JSON Schema

DeleteStudyResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DeleteStudyResponse",
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Response for delete study action"
}