removePriceBookEntryPrices
Remove custom price(s) set for pricing plan
This page contains
Arguments
| input RemovePriceBookEntryPricesInput! | Specify the fee types on pricing plan for which prices need to be removed |
RemovePriceBookEntryPricesInput 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 |
Return Fields
| priceBookEntry PriceBookEntry | Updated price book entry details |
| userErrors [RemovePriceBookEntryPricesError!] | Error details while removing fees from price book entry |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.