> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-troubleshooting/menu-deletion-issue.md).

# 사이트메뉴관리에서 메뉴 삭제가 안됩니다

정해진 일부 메뉴코드는 필수 코드이기 때문에 해당 메뉴코드와 연동되어 있는 메뉴는 삭제가 불가능 합니다.

예를 들어, 기본 제공 메뉴(코드)인 intro, greeting, schedule, course 등과 같은 코드로 만들어진 메뉴는 삭제하실 수 없습니다.

![](https://help.malgnsoft.com/data/file/d447e2679adf646c9e7cfb2025fb1e49.png)

&#x20;

그 외 개별적으로 생성하신 메뉴코드와 연동된 메뉴는 삭제가 가능합니다.

예를 들어, test, course-12 와 같은 메뉴코드는 삭제하실 수 있습니다.

![](https://help.malgnsoft.com/data/file/f8296e8dba005aa18fbe9f2f2db9a958.png)

&#x20;

**\[삭제 불가한 메뉴 (기본 메뉴코드)]**

\- intro : greeting, location, tutor\
\- course : review, allcourses, schedule, allfreepass\
\- webtv : allwebtv, webtv\_main\
\- board : notice, pds, qna, faq, formmail\
\- product : allproducts


---

# 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://malgn.gitbook.io/cloud/operation-guide/operation-troubleshooting/menu-deletion-issue.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.
