Release a Reservation
Use this endpoint to release a single reservation, returning the capacity it holds without committing it — phase two of the two-phase reservation flow. Release is idempotent — releasing an already-released reservation returns the same RELEASED status with HTTP 200.
Authorizations
API Key authentication. Used by single-tenant deployments (MULTI_TENANT_ENABLED=false). Sent on every /v1/* request.
Headers
The type of media of the resource. Must be application/json.
The API Key for authentication. This header is required for all endpoints except health checks.
A unique identifier used to trace and track each request.
Path Parameters
The unique identifier of the reservation that you want to confirm or release.
Response
Indicates that the reservation was released.

