Delete exchange rates
Updated on 22 Nov 2023
Delete Exchange Rate functionality is available through API.
To delete the exchange rate:
- Authorize as Admin
- Get the list of currencies in the system
- View exchange rate ( Use currencyID for the desired currency pair)
- Delete exchange rate
APIs for this use case
GET/currencies | Obtain currencies |
POST /exchange-rates/view | View exchange rates |
DELETE /exchange-rates/rate/{rateId} | Delete currency exchange rate |