---
displayed_sidebar: pricingReference
badge:
variant: orange
text: Beta
slug: /references/pricing/deleteMoneyAmounts
sidebar_label: deleteMoneyAmounts
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# deleteMoneyAmounts - Pricing Module Reference
This documentation provides a reference to the `deleteMoneyAmounts` method. This belongs to the Pricing Module.
This method deletes money amounts by their IDs.
## Example
```ts
import {
initialize as initializePricingModule,
} from "@medusajs/pricing"
async function deleteMoneyAmounts (moneyAmountIds: string[]) {
const pricingService = await initializePricingModule()
await pricingService.deleteMoneyAmounts(
moneyAmountIds
)
}
```
## Parameters
## Returns