Skip to content

Delete Currency

EndpointMethod
/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.

Released under the MIT License.