> 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/integration/imweb/disconnect.md).

# 연동 해제하기

## 이 글에서는

아임웹과 스티비의 연동을 해제하는 방법에 관해 알아봅니다.

***

## 아임웹 연동 해제하기

스티비와 외부 서비스를 더 이상 연동해서 사용하고 싶지 않거나, 다른 연동 서비스를 이용하고 싶다면 기존에 연동된 서비스를 해제해야 합니다.

아임웹 관리자 페이지에서 스티비와의 연동을 해제하면 됩니다.

1. 아임웹 관리자 페이지에 접속합니다.
2. \[확장 → 앱 → 앱 관리]에서 스티비 앱을 찾습니다.
3. 오른쪽 \[더 보기]를 눌러 \[연동 해제]를 클릭합니다.

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

### 연동 해제 후 주소록 상태

아임웹에서 스티비 앱을 삭제하면 아임웹 연동 주소록은 '만료' 상태로 변경됩니다. 만료된 연동 주소록도 이메일 발송 시 주소록으로 선택할 수 있습니다.

* 주소록 이름 뒤에 '만료' 태그가 표시됩니다.
* 주소록 목록에서 연동 사이트 정보 대신 '마지막 구독자 추가일'이 표시됩니다.
* 주소록 수정 화면에서 연동할 사이트를 선택하는 항목이 표시되지 않습니다.

{% hint style="info" %}
만료된 연동 주소록은 아임웹에서 스티비 앱을 다시 설치하면 재연동할 수 있습니다. 재연동 시 기존 주소록의 구독자 정보가 현재 회원 정보로 업데이트됩니다.
{% endhint %}

<figure><img src="/files/otm2hqWTj6OTClGAUH0a" 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://help.stibee.com/integration/imweb/disconnect.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.
