# Delete all fuel prices for an airport Delete all fuel prices for a specific airport that were submitted by the partner associated with the authentication token. Only fuel prices associated with the operator linked to the authentication token can be deleted. An operations manager needs to remove all fuel prices for an airport after a provider contract ends or when prices are no longer valid. Using this endpoint ensures that no obsolete pricing data is used in future fuel orders or cost calculations. Endpoint: DELETE /api/v2/partners/airports/{airportCode}/fuel-prices Version: 2.0.0 Security: X-Api-Client-Id, X-Auth-Token ## Path parameters: - `airportCode` (string, required) The airport code for which fuel prices are being deleted. This can be an IATA, ICAO, FAA code, or airport ID. Valid examples during demo include: AGAT, AGGR, EBCR, EGSK, EHPC, EPJA, DAOS Example: "AGGR"