> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/userguide/library/delete.md).

# 삭제

{% hint style="danger" %}

* 상세페이지에서 사용되고 있는 동영상을 삭제할 경우, <mark style="color:red;">**상세페이지에서 동영상이 재생되지 않아요.**</mark>
* 동영상을 삭제하더라도 상세페이지에 사용한 디스플레이어 코드는 자동으로 삭제되지 않아요.
* 남아있는 코드는 상세페이지에서 '여백'으로 보여요.
* 이를 해결하기 위해서는 페이지에 남아있는 디스플레이어 코드를 삭제해 주세요.&#x20;
  {% endhint %}

\[동영상 목록] > \[체크박스 선택] > 상단 **\[삭제]** 버튼을 클릭하여 동영상을 삭제하세요.

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

삭제된 영상은 <mark style="color:red;">**다시 복구할 수 없어요.**</mark> 체크한 동영상을 한 번 더 확인 후 삭제해 주세요. 팝업에서 \[삭제하기]버튼을 누르면 완전히 삭제돼요.

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


---

# 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://support.charlla.io/userguide/library/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.
