How do I delete a currency by ISO code?

Table of Contents

Delete a currency by ISO code. See the CLI inventory for sibling recipes.

Question

How do I delete a currency by ISO code using ores.cli?

Answer

export ORES_CLI_DB_PASSWORD
./ores.cli refdata currencies delete ${db_args} ${log_args} \
  --key ZAR
Currency deleted successfully: ZAR

Emacs 29.3 (Org mode 9.6.15)