Delete Currency
| Endpoint | Method |
|---|---|
/api/admin/settings/currencies/{id} | DELETE |
Two delete guards (HTTP 400)
- Last currency — refuses if this is the only currency left.
- Channel base — refuses if any channel uses this as its
base_currency_id.
Permission: settings.currencies.delete.

