---
title: "Delete an upload"
method: DELETE
path: "/v1/projects/{projectId}/public-page/assets/{assetId}"
tags: ["Project Public Page"]
---

# Delete an upload

`DELETE /v1/projects/{projectId}/public-page/assets/{assetId}`

Removes the file from the private staging area and from the public bucket, and drops it from a published page.

## Path parameters

- `projectId` string, required
- `assetId` string, required

## Response `200`

Deleted

## Other responses

- `401` — Not authorized
- `404` — Upload, page or project not found

## Changes

> 8 revisions in range; 1 not diffed.

- **2026-09-06** `24f693bd6f1f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/timesheet/apis/timesheet-api/changes/v1/projects/:projectId/public-page/assets/:assetId/delete.md)

---

[API](https://skmtc.dev/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.dev/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc.dev/timesheet/apis/timesheet-api/revisions/a3d2f44e7345?raw)
