# Remove a Flight Passenger Removes the passenger details of a specific flight ticket using the flight ID and ticket ID. Endpoint: DELETE /api/external/flight/{flightId}/passenger/{ticketId} Version: 1.8.0 Security: API_AUTHENTICATION ## Path parameters: - `flightId` (integer, required) Flight ID - `ticketId` (integer, required) ticketId ## Response 200 fields (application/json): - `deleted` (boolean) ## Response 204 fields ## Response 401 fields ## Response 403 fields