---
search:
  tags:
    - tasks
    - POST
seo:
  description: >-
    Requires express quotations to be… Reference for the POST
    /tasks/{identifier}/express-quotations/{quotationId}/reject endpoint in the
    Leadtime Public API API.
sidebar:
  badge: POST
  label: Reject quotation
title: Reject quotation
type: openapi-operation
---
Requires express quotations to be enabled in the task’s current project. Returns 403 when disabled.

Rejects the quotation, marking it as not accepted. Rejected quotations will not be used for billing.

**What happens when a quotation is rejected:**
- The quotation status changes to Rejected
- The quotation will not be used for task billing
- If this was the accepted quotation, the task's `hasAcceptedQuotation` flag is cleared
- Notifications are sent to task subscribers

**Note:** Rejecting a quotation does not affect other quotations for the same task. You can reject multiple quotations, but only one can be Accepted at a time.

<Operation source="api-reference" id="expressquotationscontroller-reject" />
