> For the complete documentation index, see [llms.txt](https://manual.cosmo-sol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.cosmo-sol.com/and/undefined-7.md).

# 회원 삭제/복구

이 탭은 삭제된 사용자의 기록을 보여줍니다. 그들의 등록 날짜와 시간과 함께 소속된 카테고리를 기록합니다.

실수로 삭제했거나 어떤 이유로든 사용자를 다시 복구해야 할 경우, '<mark style="color:red;">**복구**</mark>' 버튼을 클릭하면 됩니다. 이 작업은 이전에 삭제된 사용자를 신속하게 다시 활성화시켜 시스템 내에서 '<mark style="color:green;">**사용중**</mark>' 상태로 복원합니다.

"ID 완전 삭제" 버튼을 사용하면 현재 회원 아이디는 영구적으로 삭제됩니다. 이 작업을 통해 본인 또는 다른 유저가 동일한 아이디로 시스템에 새로운 계정을 다시 등록할 수 있습니다.

<figure><img src="/files/AVOjBjlZAEMhFVFIdDJP" 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://manual.cosmo-sol.com/and/undefined-7.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.
