We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This will be used when editing forms.
Add a new endpoint DELETE /api/v1/form/section/{sectionId}/question/{questionId}/option/{optionId}
DELETE /api/v1/form/section/{sectionId}/question/{questionId}/option/{optionId}
When called, the link between the option and the question should be removed from the optionsToQuestions table.
optionsToQuestions
If that option was not used by other questions, it should also be removed from the options table.
options
The text was updated successfully, but these errors were encountered:
I can take this
Sorry, something went wrong.
DSVDavid
Successfully merging a pull request may close this issue.
This will be used when editing forms.
Add a new endpoint
DELETE /api/v1/form/section/{sectionId}/question/{questionId}/option/{optionId}
When called, the link between the option and the question should be removed from the
optionsToQuestions
table.If that option was not used by other questions, it should also be removed from the
options
table.The text was updated successfully, but these errors were encountered: