deletePriceQuote( )


Deletes a price quote by ID.

The deletePriceQuote() function returns a Promise that resolves when the price quote with the specified ID is deleted.

Method Declaration
Copy
Method Parameters
idstringRequired

ID of the price quote to delete.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?