Release Validation Session
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/vouchers/{code}/sessions/{sessionKey} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'Manually release a validation session that has been set up for the voucher. This method undoes the actions that are explained in the Locking validation session guide.
📘 Release session in the Dashboard
You can also use the Validations Manager in the Dashboard to unlock sessions.
DELETE
/
v1
/
vouchers
/
{code}
/
sessions
/
{sessionKey}
Release Validation Session
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/vouchers/{code}/sessions/{sessionKey} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'Authorizations
X-App-Id & X-App-TokenX-Voucherify-OAuth
Path Parameters
A code that identifies the voucher or a unique voucher ID assigned by Voucherify.
Example:
"2CpRCE2c"
A unique session identifier.
Response
Returns no content if the validation session was released successfully.
Last modified on May 28, 2026
Was this page helpful?
⌘I

