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/management/v1/projects/{projectId}{
"code": 402,
"message": "Payment required",
"details": "Your current plan does not include a feature required to perform this operation.",
"key": "missing_required_feature"
}Deletes an existing project.
The users currently using the deleted project will be automatically logged out.
๐ง Sandbox Project
The sandbox project cannot be deleted.
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}{
"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.
Provide the unique identifier of the project.
"proj_TrlkLiH4"
Returns no content if deletion is successful.
Was this page helpful?