# Airport Fuel Prices
Manage and optimize airport fuel pricing data for your organization. These endpoints enable operators to efficiently update, remove, and bulk-manage fuel prices, supporting streamlined fuel order workflows and provider management.
**Business Value**
- Ensure accurate and up-to-date fuel pricing for all airport operations.
- Reduce manual effort and errors by enabling bulk updates and deletions.
- Support cost control and negotiation with providers through transparent pricing data.
- Enhance operational planning and financial forecasting with reliable fuel cost data.
**Use Cases**
- Update fuel prices for a specific airport to reflect new agreements or market changes.
- Remove outdated or incorrect fuel prices for compliance and data integrity.
- Perform bulk deletions to quickly adapt to network-wide pricing changes.
- Integrate with internal systems to automate fuel price management and reporting.
**Note:**
> The data managed by the Airport Fuel Prices endpoints is strictly bound to the context of the operator associated with the calling authentication token. All operations—creating, updating, or deleting airport fuel prices—apply only to the operator for which the provided token is valid.
## Get fuel prices for an airport
- [GET /api/v2/partners/airports/{airportCode}/fuel-prices](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/paths/~1api~1v2~1partners~1airports~1%7Bairportcode%7D~1fuel-prices/get.md): Retrieve 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 will be returned.
## Update fuel prices for an airport
- [PUT /api/v2/partners/airports/{airportCode}/fuel-prices](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/paths/~1api~1v2~1partners~1airports~1%7Bairportcode%7D~1fuel-prices/put.md): Update or set fuel prices for a specific airport. This endpoint allows partners to submit fuel pricing information that will be used for operational and financial processes.
Only fuel prices associated with the operator linked to the authentication token can be updated.
An operations manager needs to update the fuel price for a particular airport after receiving new rates from a provider. By using this endpoint, they can ensure that all future fuel orders and cost calculations use the most current pricing data.
## Delete all fuel prices for an airport
- [DELETE /api/v2/partners/airports/{airportCode}/fuel-prices](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/paths/~1api~1v2~1partners~1airports~1%7Bairportcode%7D~1fuel-prices/delete.md): 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.
## Delete all fuel prices
- [DELETE /api/v2/partners/airport-fuel-prices](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/paths/~1api~1v2~1partners~1airport-fuel-prices/delete.md): Delete all fuel prices submitted by the partner associated with the authentication token across all airports.
Only fuel prices associated with the operator linked to the authentication token can be deleted in bulk.
An operations manager needs to remove fuel prices for several airports after a system-wide update or contract changes. Using this endpoint ensures that obsolete pricing data is quickly cleared from all affected locations.
## Update individual fuel price
- [PUT /api/v2/partners/airport-fuel-prices/{fuelPriceId}](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/paths/~1api~1v2~1partners~1airport-fuel-prices~1%7Bfuelpriceid%7D/put.md): Update a specific fuel price by its ID. This endpoint allows partners to modify individual fuel pricing records.
Only fuel prices associated with the operator linked to the authentication token can be updated.
## Delete individual fuel price
- [DELETE /api/v2/partners/airport-fuel-prices/{fuelPriceId}](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/paths/~1api~1v2~1partners~1airport-fuel-prices~1%7Bfuelpriceid%7D/delete.md): Delete a specific fuel price by its ID. This endpoint allows partners to remove individual fuel pricing records.
Only fuel prices associated with the operator linked to the authentication token can be deleted.