# 관리자가 고객이 작성한 리뷰를 삭제하면 리뷰 재작성이 가능한가요?

네, 가능해요.

관리자가 리뷰를 삭제하면 고객이 작성한 이력이 모두 사라지기 때문에 다시 작성할 수 있어요.

<mark style="color:blue;">다만, 기존에 리뷰 등록으로 받았던 적립금 같은 혜택은 그대로 남아있어요.</mark>\ <mark style="color:blue;">따라서 관리자가 직접 수기로 차감 처리를 해주셔야 해요.</mark>


---

# Agent Instructions: 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:

```
GET https://help.makeshop.co.kr/faq/sub/undefined/undefined-12.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
