---
title: "Delete a project attachment"
method: DELETE
path: "/v1/spaces/{spaceId}/projects/{projectId}/attachments/{attachmentId}"
tags: ["Project Attachments"]
---

# Delete a project attachment

`DELETE /v1/spaces/{spaceId}/projects/{projectId}/attachments/{attachmentId}`

Delete the attachment and the stored file. This cannot be undone.

## Path parameters

- `spaceId` integer, required
- `projectId` integer, required
- `attachmentId` integer, required

## Headers

- `X-Org-Id` integer, required

## Response `204`

Attachment deleted successfully

## Changes

- **2026-08-19** `f1eea337ff61` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/astravue/apis/astravue-api/changes/v1/spaces/:spaceId/projects/:projectId/attachments/:attachmentId/delete.md)

---

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