> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/developer-tools-and-resources/api-reference/artifacts-apis/delete-artifact.md).

# Delete Artifact

## Delete artifact.

<mark style="color:red;">`DELETE`</mark> `/artifacts/{artifactId}`

Delete artifact.

#### Path Parameters

| Name                                         | Type   | Description         |
| -------------------------------------------- | ------ | ------------------- |
| artifactID<mark style="color:red;">\*</mark> | String | Artifact identifier |

{% tabs %}
{% tab title="204: No Content No Content" %}

```javascript
{
   content:
            application/json:
              schema:
                type: boolean
}
```

{% endtab %}

{% tab title="401: Unauthorized Unauthorized" %}

```javascript
{
    // Response
}
```

{% endtab %}

{% tab title="403: Forbidden Forbidden" %}

```javascript
{
    // Response
}
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```javascript
{
   content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}
```

{% endtab %}
{% endtabs %}
