delete - Pricing Module Reference
This documentation provides a reference to the delete
method. This belongs to the Pricing Module.
This method deletes price sets by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the price sets to delete.
Returns
Promise
Promise<void>RequiredResolves when the price sets are successfully deleted.
Was this section helpful?