---
title: "Delete Topic attachment"
method: DELETE
path: "/api/users/:userId/topics/:topicId/attachments/:attachmentId"
tags: ["attachments"]
---

# Delete Topic attachment

`DELETE /api/users/:userId/topics/:topicId/attachments/:attachmentId`

Delete Topic attachment

## Path parameters

- `userId` string, required
- `topicId` string, required
- `attachmentId` string, required

## Response `200`

Ok

- object
  - `status` object
    - `code` string

---

[API](https://skmtc.net/citizenos/apis/citizenos-api.md) · [All operations](https://skmtc.net/citizenos/apis/citizenos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/citizenos/citizenos-api/versions/ca28908e6b75/schema)
