Delete Project
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId} \
--header 'X-Management-Id: <api-key>' \
--header 'X-Management-Token: <api-key>'{
"code": 402,
"message": "Payment required",
"details": "Your current plan does not include a feature required to perform this operation.",
"key": "missing_required_feature"
}Delete Project
Deletes an existing project.
The users currently using the deleted project will be automatically logged out.
๐ง Sandbox Project
The sandbox project cannot be deleted.
DELETE
/
management
/
v1
/
projects
/
{projectId}
Delete Project
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId} \
--header 'X-Management-Id: <api-key>' \
--header 'X-Management-Token: <api-key>'{
"code": 402,
"message": "Payment required",
"details": "Your current plan does not include a feature required to perform this operation.",
"key": "missing_required_feature"
}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.
Last modified on May 11, 2026
Was this page helpful?
โI

