Airport Gap · Example Payload

Delete Favorites Clear All

AirportsAviationTransportationIATAICAODistance CalculationGeolocation

Delete Favorites Clear All is an example object payload from Airport Gap, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryrequestresponse

Example Payload

Raw ↑
{
  "summary": "DELETE /favorites/clear_all — remove all saved favorites for the authenticated user",
  "request": {
    "method": "DELETE",
    "url": "https://airportgap.com/api/favorites/clear_all",
    "headers": {
      "Authorization": "Bearer token=abc123xyz"
    }
  },
  "response": {
    "status": 204,
    "headers": {},
    "body": null
  }
}