Skip to main content

flight-support/mutation/deleteLandingPermit

mutation {
integration {
flightSupport {
flightPermits {
deleteLandingPermit(landingPermitNid: 987654)
}
}
}
}