---
title: "Delete project artifact"
method: DELETE
path: "/projects/{project_id}/artifacts/{artifact_id}"
tags: ["Artifacts"]
---

# Delete project artifact

`DELETE /projects/{project_id}/artifacts/{artifact_id}`

Deletes one uploaded project artifact.

## Path parameters

- `project_id` string, required
- `artifact_id` string, required

## Response `204`

Uploaded text artifact deleted

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/uselemma/apis/lemma-platform-api.md) · [All operations](https://skmtc.dev/uselemma/apis/lemma-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uselemma/lemma-platform-api/revisions/5242165d7015/schema)
