---
title: "Delete a project file"
method: DELETE
path: "/v1/projects/{projectId}/files/{fileId}"
tags: ["Adam API"]
---

# Delete a project file

`DELETE /v1/projects/{projectId}/files/{fileId}`

## Path parameters

- `fileId` string, uuid, required
- `projectId` string, uuid, required

## Response `200`

The project file was deleted

- DeletePublicApiResourceResponseDto
  - `deleted` true, required

## Other responses

- `400` — Invalid request
- `401` — Missing or invalid Bearer credential
- `402` — Payment or subscription required
- `403` — Credential is missing a required scope
- `404` — Resource not found
- `409` — Request conflict
- `429` — Rate limit exceeded
- `500` — Internal API error

---

[API](https://skmtc.dev/adam/apis/adam-api.md) · [All operations](https://skmtc.dev/adam/apis/adam-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adam/adam-api/revisions/51dcac1f99da/schema)
