Delete a quote version

Requires the QUOTE.DELETE permission.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

versionstringRequiredDefaults to 1
version
resourceIdstringRequiredDefaults to
The ID of the resource to be requested.

Headers

x-platform-idstringOptional
Platform ID.

Response

OK
object_typestring or nullOptionalRead-only
idstring or nullOptionalRead-only
created_atstring or nullOptionalRead-only
updated_atstring or nullOptionalRead-only
expires_atdatetime or nullOptional
The expiration date of the quote version.
quote_idstringOptional
The ID of the quote.
versionintegerOptional
The value describing the version of the quote.
pricing_plan_subscription_infoobject or nullOptional
The info of the linked pricing plan subscription.
contentobjectOptional
Content of the body of the quote.
statusenum or nullOptional
actionslist of objects or nullOptionalRead-only
The history of all actions done.
internal_noteslist of strings or nullOptional
Internal notes on this quote versions.
noteslist of strings or nullOptional
Notes on this quote versions.
approval_request_idstring or nullOptionalRead-only
The ID of the Approval Request that was created for this Quote Version.
recipientslist of objects or nullOptional
The recipients for signature on this quote version.
invoices_infoobject or nullOptional
Information pertaining to the invoices generated by this quote version.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error