You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2025. It is now read-only.
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
optionsToQuestionstable.If that option was not used by other questions, it should also be removed from the
optionstable.