# 카카오 로그아웃

## 아이템 블록

로그아웃은 사용자가 카카오 로그인을 통해 발급받은 토큰을 만료시키는 기능입니다. 사용자가 서비스에서 로그아웃할 때 이 API를 호출하여 더 이상 해당 사용자의 정보로 카카오 API를 호출할 수 없도록 합니다.

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

## 설정 팝업

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

## 설정 필드

### Access Token

사용자 인증 수단이며, 사용자 정보를 요청하고자 하는 사용자를 구분하는 키 입니다.

## 응답

응답 관련 내용은 아래 링크를 통해  카카오 API 문서를 확인해 보세요.

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


---

# 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://docs.apidrag.com/kakao-api/references/kakao-login/kakao-logout.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.
