Skip to main content
DELETE
/
studies
/
{studyId}
/
screener
/
questions
/
{questionId}
Delete a screener question
curl --request DELETE \
  --url https://api.rallyuxr.com/api/public/v1/studies/{studyId}/screener/questions/{questionId} \
  --header 'Authorization: Bearer <token>'
"Bad Request"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

studyId
string
required
questionId
string
required

Response

The question was deleted