Skip to main content
POST
Release a Reservation

Authorizations

X-API-Key
string
header
required

API Key authentication. Used by single-tenant deployments (MULTI_TENANT_ENABLED=false). Sent on every /v1/* request.

Headers

Content-Type
string
required

The type of media of the resource. Must be application/json.

X-API-Key
string
required

The API Key for authentication. This header is required for all endpoints except health checks.

X-Request-Id
string<uuid>

A unique identifier used to trace and track each request.

Path Parameters

id
string<uuid>
required

The unique identifier of the reservation that you want to confirm or release.

Response

Indicates that the reservation was released.

Body returned by confirm and release for a single reservation.

reservationId
string<uuid>
required

The reservation that was confirmed or released.

status
enum<string>
required

The terminal state the reservation resolved to.

Available options:
CONFIRMED,
RELEASED