> For the complete documentation index, see [llms.txt](https://docs.apidrag.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apidrag.com/kakao-api/references/kakao-login/disconnect.md).

# 연결끊기

## 아이템 블록

연결 끊기는 앱과 사용자 카카오계정의 연결을 끊는 기능입니다. 연결 끊기 요청에 성공하면 해당 사용자 회원번호를 응답으로 받습니다. 또한 로그아웃이 함께 진행되어 액세스 토큰과 리프레시 토큰이 만료 처리됩니다.

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

## 설정 팝업

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

## 설정 필드

### Access Token

사용자 인증 수단이며, 사용자 정보를 요청하고자 하는 사용자를 구분하는 키 입니다. 연결을 끊을 계정의 토큰을 제공해 주세요.

## 프로젝트 구성

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

연결끊기 기능은 API Drag 서비스를 Gateway로 활용하는 기능만을 제공합니다. 즉, API Drag 에 생성되어 있는 계정을 연결끊기할 수 없습니다.&#x20;

위 샘플 구성을 보시면, 외부로 부터 요청을 받아 연결끊기 후 응답을 하는 구조로 구성되어 있습니다.

## 응답

연결끊기의 응답은 아래 링크를 통해 카카오 API 문서를 확인해 보세요.

<https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#unlink-response>
