flight-support/mutation/removeAllFlightServiceFiles
mutation {
integration {
flightSupport {
flightServiceFiles {
removeAllFlightServiceFiles(
flightNid: 123456789,
service: SERVICE_ID
)
}
}
}
}