---
title: "Delete project item for user"
method: DELETE
path: "/users/{username}/projectsV2/{project_number}/items/{item_id}"
tags: ["projects"]
---

# Delete project item for user

`DELETE /users/{username}/projectsV2/{project_number}/items/{item_id}`

Delete a specific item from a user-owned project.

## Path parameters

- `project_number` integer, required
- `username` string, required
- `item_id` integer, required

## Response `204`

Response

## Other responses

- `401` — Requires authentication
- `403` — Forbidden

---

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