Remove question from set
DELETE /api/v1/vendorhub/admin/survey-editor/question-sets/:setId/questions/:qqsId
Removes a question from a question set (deletes the relation row only, not the question itself). Returns 204 on success, 404 if not found.
Request