deleteCurrencies - Pricing Module Reference
BetaThis documentation provides a reference to the deleteCurrencies method. This belongs to the Pricing Module.
This method is used to delete currencies based on their currency code.
Example
Parameters
currencyCodesstring[]RequiredCurrency codes of the currencies to delete.
sharedContextContextA context used to share resources, such as transaction manager, between the application and the module.
sharedContextContextReturns
PromisePromise<void>RequiredResolves once the currencies are deleted.
Was this section helpful?