Mutation: removeAttachmentList
Remove all fuel delivery attachments for a flight.. Requires access to resource GRAPHQL_JOURNEY_LOG_FUEL_DELIVERY_ATTACHMENT_EDIT. Requires access to given flight
integration {
common {
journeyLogFuelDelivery {
removeAttachmentList(
flightNid: FlightNid!
): NonNullBooleanValueOrErrorList!
}
}
}