---
title: "Delete one or many artifacts by key/prefix"
method: DELETE
path: "/projects/{owner}/{name}/artifacts"
tags: ["Artifacts"]
---

# Delete one or many artifacts by key/prefix

`DELETE /projects/{owner}/{name}/artifacts`

## Path parameters

- `owner` string, required
- `name` string, required

## Query parameters

- `path` string[] — The path to an file within a project folder
- `page` integer — Page number starting from 1
- `per-page` integer — Number of items per page

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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