@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias formsDeleteQuestionResponse204

    Delete an existing question by its unique identifier.

    After deletion, all remaining questions in the same section with a higher order value are shifted up by one to maintain a contiguous order sequence without gaps.

    type formsDeleteQuestionResponse204 = {
        data: void;
        status: 204;
    }
    Index

    Properties

    Properties

    data: void
    status: 204