CASE FrameworkCASE Framework

Delete survey responses

DELETE
/v1/studies/{studyKey}/data-explorer/responses/

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Query Parameters

surveyKey?string
controlField?string

field used to control deletion (should be equal to studyKey)

filter?

bson.M object to filter responses to delete

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/studies/string/data-explorer/responses/"
{
  "message": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}