# 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. Note: This endpoint is for Partner Fuel Providers. Only fuel prices associated with the operator linked to the authentication token can be deleted. Example Use Case: A fuel provider needs to remove all fuel prices for an airport after a 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.4.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, or FAA code, or an airport ID. Valid demo examples include: AGAT, AGGR, EBCR, EGSK, EHPC, EPJA, DAOS Example: "AGGR" ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields