Mutation: deleteList
If in drafts mode, requires operator to turn that feature on globally in settings.
crewPanel {
flightTraining {
deleteList(
idList: [FlightTrainingIdInput!]!
draftToggle: Boolean!
): NonNullBooleanValueOrErrorList!
}
}