# Delete downloadable artifact references for a run
DELETE /api/runs/{runId}/artifacts
Removes generated artifact references from the run manifest while retaining input metadata needed for audit and support.
## Request
```bash
curl -X DELETE 'https://sourced.sh/api/runs/{runId}/artifacts' \
  -H 'Authorization: Bearer $SOURCED_API_KEY'
```
## Parameters

- runId (path, required): Run identifier.

## Responses

### 200

Artifact references removed.
### 401


### 403


### 404


