CASE FrameworkCASE Framework

Delete a survey version

DELETE
/v1/studies/{studyKey}/surveys/{surveyKey}/versions/{versionID}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
surveyKey*string
versionID*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/studies/string/surveys/string/versions/string"
{
  "message": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}