# Flight Planning Notes Operations related to planning notes for flights. ## Get Flight Planning Notes - [GET /api/external/flight/{flightId}/planningnote](https://developer.fl3xx.com/reference/flight-planning-notes/getflightplanningnotesbyflightid.md): Fetches planning note for a specific flight using its flight ID. ## Update Flight Planning Notes - [PUT /api/external/flight/{flightId}/planningnote](https://developer.fl3xx.com/reference/flight-planning-notes/updateflightplanningnotesbyflightid.md): Update planning notes for a specific flight using its flight ID. ## Remove Flight Planning Notes - [DELETE /api/external/flight/{flightId}/planningnote](https://developer.fl3xx.com/reference/flight-planning-notes/deleteflightplanningnotesbyflightid.md): Removes planning notes for a specific flight using its flight ID.