currency_exchange_rates
Deletes ALL currency exchange rates from 'from' to 'to'.
Deletes ALL currency exchange rates from 'from' to 'to'. It's important to know that the reverse exchange rates (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}
Path parameters
fromstring required
Example:EUR
The currency code of the 'from' currency.
tostring required
Example:USD
The currency code of the 'to' currency.
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.