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.

Did this help?