---
title: "Delete a project"
method: DELETE
path: "/v1/projects/{projectID}"
tags: ["Projects"]
---

# Delete a project

`DELETE /v1/projects/{projectID}`

This endpoint deletes a project

## Path parameters

- `projectID` string, required

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` HandlersStub, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-07-14** `6ccc27109aa8` — 1 info
  - endpoint added
- **2024-01-30** `5a219dba9f40` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/frain-dev/apis/convoy-api-reference/changes/v1/projects/:projectID/delete.md)

---

[API](https://skmtc.dev/frain-dev/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/frain-dev/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frain-dev/convoy-api-reference/revisions/63758e8d8a92/schema)
