---
title: "Delete Artefact and all related Artefact Versions"
method: DELETE
path: "/orgs/{orgId}/artefacts/{artefactId}"
tags: ["public", "Artefact"]
---

# Delete Artefact and all related Artefact Versions

`DELETE /orgs/{orgId}/artefacts/{artefactId}`

The specified Artefact and its Artefact Versions will be permanently deleted. Only Administrators can delete an Artefact.

## Path parameters

- `orgId` string, required
- `artefactId` string, required

## Response `204`

Artefact and related Artefact Versions successfully deleted.

## Other responses

- `403` — Request forbidden. This action can only be performed by users holding the Administrator role. It is not possible to delete a built-in artefact.
- `404` — Artefact not found within your organization.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
