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>'Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
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

