APIFlight
Delete a flight
Delete a flight by ID.
POST
/
flight
/delete
Authorization
Authorization
RequiredBearer <token>
Go to Settings
-> Security
and create a new API key. Use the generated key as the bearer token.
In: header
Request Body
application/json
Requiredid
number
The ID of the flight to delete.
Flight deleted successfully
Edit on GitHub
Last updated on