DeleteModule
Delete the specified module. The user must have the CanModifyQuestionnaireForms right.
JavaScript library method
patientportal.questionnaires.getQuestionnaires({
moduleKey: <module-key>
});
HTTP Method
Verb | URL |
---|---|
GET | /patientportalapi/questionnaires/delete-module |
URL Parameters
Parameter | Type | Description |
---|---|---|
module-key | string (required) | The key of the patient provided by the API upon GetModules. |