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

# Delete a project

`DELETE /projects/{project_id}`

Deletes a project board. Returns a `404 Not Found` status if projects are disabled.

## Path parameters

- `project_id` integer, required

## Response `204`

Delete Success

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `410` — Gone

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-4.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-4/versions/ee6c7a46328e/schema)
