v1

latestOpenAPI 3.1.02026-07-22162733.8 KB
Flights

Cancel an active flight

Cancels the in-progress PIREP and discards its FLIGHT_PATH rows. Send the uuid of the PIREP to cancel, or send an empty body to cancel the authenticated pilot's most recent in-progress PIREP.

post/flights/cancel

Request body

uuidstring uuid

PIREP ID to cancel. If omitted, the server cancels the authenticated pilot's most recent in-progress PIREP.

tracking_idstring uuid

Synonym for uuid.

Response

PIREP cancelled.

status200 required