Skip to content

Mass Delete Exchange Rates

Deletes multiple exchange rates in one call, identified by their numeric ids.

Operation

OperationTypePurpose
createAdminSettingsExchangeRateMassDelete(input:)MutationBulk-delete exchange rates

Input

FieldRequiredNotes
indicesyesNon-empty array of numeric exchange-rate ids to delete.

Notes

  • The deleted field is a plain array of the numeric ids that were removed. Read message for a human-readable confirmation.
  • Ids that don't exist are silently skipped.
  • An empty indices array is rejected (equivalent to HTTP 422).

Permission: settings.exchange_rates.delete.

TIP

All operations require an admin Bearer token — see Authentication.

Released under the MIT License.