Vana SDK - v4.1.0
    Preparing search index...

    Function deleteQuestion

    • Delete a question registration.

      Parameters

      • params: DeleteQuestionParams

      Returns Promise<{ questionId: string; deleted: true }>

      { questionId, deleted: true }.

      Sends DELETE /v1/derivatives/questions/:id. The question stops recomputing; the derived records it already wrote are left alone (delete those through the data-point deletion path).