> For the complete documentation index, see [llms.txt](https://i-boss.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://i-boss.gitbook.io/main/guide/activity/posts/edit-delete.md).

# 게시글 수정·삭제

<figure><img src="/files/cbw03sTAxomZaQSZ40HW" alt=""><figcaption></figcaption></figure>

게시글 하단의 버튼을 통해 **직접 수정 또는 삭제**하실 수 있습니다.

단, 아래의 경우에는 **직접 삭제가 불가능**합니다.

<mark style="background-color:blue;">바이럴 서비스 게시글, 열람자가 있는 대행의뢰 의뢰글, 댓글이 달린 게시글</mark>

위와 같은 게시글의 삭제를 원하시는 경우, 고객센터를 통해 문의해주시기 바랍니다.

***

<table><thead><tr><th>같이 보면 좋을 FAQ</th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><a data-mention href="/pages/dnMInyJZRCkMnoVObQqA#id-1">/pages/dnMInyJZRCkMnoVObQqA#id-1</a></td><td></td><td></td></tr><tr><td><a data-mention href="/pages/dnMInyJZRCkMnoVObQqA#id">/pages/dnMInyJZRCkMnoVObQqA#id</a></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://i-boss.gitbook.io/main/guide/activity/posts/edit-delete.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
