{
"price_ids": [
"string"
]
}
curl --location --request DELETE 'https://api.medusa-commerce.com/admin/price-lists//prices/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"price_ids": [
"string"
]
}'
{
"object": "money-amount",
"deleted": true,
"ids": [
"string"
]
}