> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Void an offer

> Void an offer before final candidate acceptance.

Void a draft, sent, or expired offer. Voided offers cannot be accepted by the
candidate.

Use an `Idempotency-Key` header when retrying void requests. See
[Idempotency](/reference/idempotency).

### Parameters

<ParamField path="id" type="string" required>
  ID of the offer.
</ParamField>

<ParamField body="reason" type="string">
  Optional reason to store with the void transition.
</ParamField>

### Returns

Returns the updated [Offer object](/reference/offers/object).
