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

# Release a reservation (/api/v1/serials/reservations/&#123;reservation_id&#125;/release)

> Release a reservation (/api/v1/serials/reservations/&#123;reservation_id&#125;/release)

### Path parameters

<ParamField path="reservation_id" type="string" required>
  Reservation ID
</ParamField>

### Responses

<ResponseField name="204" type="object" />

<ResponseField name="404" type="ErrorBody" />

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://api.stateset.com/api/v1/serials/reservations/{reservation_id}/release' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
