---
title: "Delete Project"
method: DELETE
path: "/management/v1/projects/{projectId}"
tags: ["Management"]
---

# Delete Project

`DELETE /management/v1/projects/{projectId}`

Deletes an existing project.

The users currently using the deleted project will be automatically logged out.

> 🚧 Sandbox Project
>
>The sandbox project cannot be deleted.

## Response `204`

Returns no content if deletion is successful.

## Other responses

- `402` — Returns an error if the current plan does not include the Management API feature.
- `404` — Returns an error when a resource could not be found.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/revisions/4982266e0494/schema)
