RemovePriceBookEntryPricesInput
Input for removing custom prices set on book entry
This page contains
Fields
| id ID! | Unique identifier of price book entry |
| removeFlatFee Boolean | Set value to true, if custom price set for flat fee needs to be removed |
| removeSetUpFee Boolean | Set value to true, if custom price set for setup fee needs to be removed |
| removeContractFee Boolean | Set value to true, if custom price set for contract fee needs to be removed |
| removeUnits [RemovePriceBookEntryUnitPriceInput!] | List of units for which custom price should be removed |
| deletedBy String! | Email id of user deleting custom prices for plan |
Mutations for RemovePriceBookEntryPricesInput
| removePriceBookEntryPrices | Remove custom price(s) set for pricing plan |