# 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 %}
