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
currencyCodes
string[]RequiredCurrency codes of the currencies to delete.
sharedContext
ContextA context used to share resources, such as transaction manager, between the application and the module.
sharedContext
ContextReturns
Promise
Promise<void>RequiredResolves once the currencies are deleted.
Was this section helpful?