Mass Delete Exchange Rates
Deletes multiple exchange rates in one call, identified by their numeric ids.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminSettingsExchangeRateMassDelete(input:) | Mutation | Bulk-delete exchange rates |
Input
| Field | Required | Notes |
|---|---|---|
indices | yes | Non-empty array of numeric exchange-rate ids to delete. |
Notes
- The
deletedfield is a plain array of the numeric ids that were removed. Readmessagefor a human-readable confirmation. - Ids that don't exist are silently skipped.
- An empty
indicesarray is rejected (equivalent to HTTP 422).
Permission: settings.exchange_rates.delete.
TIP
All operations require an admin Bearer token — see Authentication.

