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