Skip to main content
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"
}

Authorizations

X-Management-Id
string
header
required
X-Management-Token
string
header
required

Path Parameters

projectId
string
required

Provide the unique identifier of the project.

Example:

"proj_TrlkLiH4"

Response

Returns no content if deletion is successful.