Delete a maintenance quote
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Path Parameters
The id identifier.
Response
Returns an object with a deleted parameter on success. If the maintenance quote ID does not exist, this call throws an error.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
maintenance.quote The quoted amount, in the smallest currency unit. null until the supplier has submitted a price.
The time at which the quote was approved.
The user who approved the quote.
Three-letter ISO currency code, in lowercase. Must be a supported currency.
gbp, usd, eur, sek "gbp"
What the supplier is quoting for, or any caveats they attached to the price.
The time after which the quoted price no longer stands.
IDs of files attached to the quote, such as the supplier’s own quote document.
The maintenance issue the quote’s job belongs to.
The job the quote is for.
The time at which the quote was rejected.
Why the quote was rejected.
The time at which the quote was requested from the supplier.
The status of the quote.
draft, requested, submitted, approved, rejected, canceled The time at which the supplier last submitted a price.
The supplier the quote is from.
The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.