Delete Quote

Delete the selected Quote
Delete Quote Dialog
Delete Quote Dialog
Deleting a quote does not change the Quote ID of following quotes
You can Re-Index quotes manually under Services > Quotes by right-clicking and choosing Re-index from the context menu. This operation can not be undone
Read more in Examples > Quotes Commands

Parameters

Quote Id
Number required

The Quote ID to delete.

Variables

NameTypeDescription
Example Value:Unable to delete quote 4219, it does not exist

If success is false, contains the reason that deleting the quote failed

Example Value:4219

If success is true, contains the numeric id of the quote which was just deleted

Example Value:true

Whether the quote was deleted successfully

 
Variables generated by all triggers and available within all action executions.

C# Usage

public bool DeleteQuote(int quoteId)
Read more in API > C# > Methods > Core > Quotes > Delete Quote