Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
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.
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.
A code that identifies the voucher or a unique voucher ID assigned by Voucherify.
"2CpRCE2c"
A unique session identifier.
Returns no content if the validation session was released successfully.
Was this page helpful?