---
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

> 69 revisions in range; 8 could not be searched.

- **2026-07-20** (v3) `bae289777c91` — 10 breaking, 5 info
  - the response property `allOf[subschema #2]/data` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data` became nullable for the status `400`
  - the response property `allOf[subschema #2]/data` became nullable for the status `401`
  - the response property `allOf[subschema #2]/data` became nullable for the status `403`
  - …11 more
- **2026-07-14** (v3) `5e18a0a13385` — 1 info
  - endpoint added
- **2024-01-03** (v3) `bbe11224b60e` — 1 breaking
  - api path removed without deprecation

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

---

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