currency_exchange_rates
Delete the currency exchange rate from 'from' to 'to' on the specified date.
Delete the currency exchange rate from 'from' to 'to' on the specified date. It's important to know that the reverse exchange rate (from 'to' to 'from') will not be deleted and Firefly III will still be able to infer the correct exchange rate from the reverse one.
delete/v1/exchange-rates/{from}/{to}/{date}
Path parameters
fromstring required
Example:EUR
The currency code of the 'from' currency.
tostring required
Example:USD
The currency code of the 'to' currency.
datestring string required
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
Currency exchange rate(s) deleted.
Changes
No recorded changes to this endpoint across all 1 revision of this API.