Skip to main content
POST
Mark a quote as declined

Path Parameters

Declining a quote transitions its status from sent to declined. Only quotes with status: "sent" that have not yet expired can be declined. No request body is required.

Example Request

Response

Declining a quote is a terminal action. A declined quote cannot be accepted or converted into an invoice. If the customer changes their mind, create a new quote.
Use the List Quotes endpoint with status=declined to review all declined quotes and identify patterns in lost deals.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Quote declined.

data
object
message
string