Delete a Flight

Delete a Flight

POST https://flights.roavhub.org/openapi/flights/delete

This endpoint allows you to delete a flight within your airline.

Headers

Name
Type
Description

authorization*

String

Authorization Key

Request Body

Name
Type
Description

flightID*

String

FlightID

{ "status": "200", "message": "Flight was deleted" }

Last updated