AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. deleteAllFormSubmissions

deleteAllFormSubmissions: Int!

BACK END ONLY - This mutation is used to delete all form submissions from a case.

caseId: UUID!

The ID of the case that will have all of its forms deleted.

formConfigurationId: UUID

The form configuration ID used to search the database.

deleteRequested: CaseFormSubmissionDeleteOperation!

This is a SOFT value that determines if the form submission should be Hard Deleted or not.