APIFlights
Delete a flight track
Authorization
bearerAuth tracks.write, flight.update.ownAuthorizationBearer <token>
Send Authorization: Bearer <credential>. Create API keys in AirTrail Security settings. OAuth clients use authorization code with PKCE S256 and a resource identifier matching /api/v1.
In: header
Scope: tracks.write, flight.update.own
Path Parameters
id*integer
Flight ID.
Range
1 <= valueResponse Body
application/json
application/json
curl -X DELETE "https://example.com/api/v1/flights/1/track"Empty
