curl --request POST \
--url 'https://api.stateset.com/api/v1/lots/reservations/{reservation_id}/release' \
--header "Authorization: Bearer $STATESET_API_KEY"
Release a reservation
No content — the lot reservation was released
POST
/
api
/
v1
/
lots
/
reservations
/
{reservation_id}
/
release
curl --request POST \
--url 'https://api.stateset.com/api/v1/lots/reservations/{reservation_id}/release' \
--header "Authorization: Bearer $STATESET_API_KEY"
Path parameters
string
required
Reservation ID
Response
No response body. No content — the lot reservation was released.Status codes
| Code | Meaning |
|---|---|
204 | No content — the lot reservation was released |
404 | — |
curl --request POST \
--url 'https://api.stateset.com/api/v1/lots/reservations/{reservation_id}/release' \
--header "Authorization: Bearer $STATESET_API_KEY"
Last modified on August 31, 2026