> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/paid-newsletter/getting-started/end-paid-newsletter.md).

# 유료 뉴스레터 운영 종료하기

**💬** 이 내용은 **스탠다드, 프로, 엔터프라이즈 요금제**에 해당하는 도움말입니다.

## 이 글에서는

유료 뉴스레터 운영을 종료하는 경우, 유료 구독과 관련한 여러 설정을 변경해야 합니다. 유료 구독을 만료하는 방법에 관해 알아봅니다.

***

### 유료 뉴스레터 구독자에게 안내하기

가장 먼저, 유료 뉴스레터 운영 종료와 관련해 유료 구독자에게 안내가 필요합니다. 뉴스레터 본문 등을 통해 유료 뉴스레터 종료 소식을 전달해 주세요.

### 유료 구독 주소록 만료하기

유료 구독 만료일은 유료 뉴스레터 발송이 끝나는 날짜를 의미합니다. 유료 구독 주소록이 만료되면 기존 유료 구독자가 모두 무료 구독자로 변경되며, 등록된 결제 정보도 함께 삭제됩니다.

아래 방법으로 만료일을 설정할 수 있습니다.

1. \[유료 구독 주소록 → 수정하기]를 누릅니다.
2. \[유료 구독 만료일]에서 '만료일'을 설정합니다. 만료일은 내일 이후 날짜로만 설정할 수 있습니다.
3. \[저장하기]를 누르면 설정한 만료일 오전 11:00에 모든 유료 구독자가 무료 구독자로 변경되며, 등록된 결제 정보가 삭제됩니다.

**\*주의:** 유료 구독 주소록이 만료되어 삭제된 구독자 결제 정보는 복구가 불가합니다. 따라서, 만료일은 꼭 필요한 경우에만 설정해 주세요.

### 유료 구독 폼 종료하기

만료일을 설정했다면 새로운 구독자가 유입되지 않도록 구독 폼 기능을 종료합니다. \[유료 구독 주소록 → 구독 화면]에서 \[구독 폼으로 구독 신청받기] 기능을 비활성화 해주세요.

### 유료 뉴스레터 구독 환불 요청하기

필요한 경우, 유료 구독 환불 요청을 진행합니다. 환불이 필요한 유료 구독자를 정리한 뒤, [유료 구독 환불 요청 폼](https://stibee.typeform.com/to/MeDMb0d8)을 통해 환불 요청을 접수하면 됩니다.

자세한 방법은 [유료 뉴스레터 구독 환불 처리하기](/paid-newsletter/refund.md) 도움말을 참고해 주세요.


---

# 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://help.stibee.com/paid-newsletter/getting-started/end-paid-newsletter.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.
