Skip to main content

Mutation: removeAllFlightServiceFiles

Remove all flight support service files uploaded on flight. Requires access to resource INTEGRATION_FLIGHT_SUPPORT

integration {
flightSupport {
flightServiceFiles {
removeAllFlightServiceFiles(
flightNid: FlightSupportFlightNid!
service: FlightSupportServiceEnum!
): Boolean!
}
}
}

Arguments

removeAllFlightServiceFiles.flightNid ● FlightSupportFlightNid! non-null scalar

removeAllFlightServiceFiles.service ● FlightSupportServiceEnum! non-null enum

Type

Boolean scalar

The Boolean scalar type represents true or false.