# 동의 철회하기

## 아이템 블록

사용자가 동의한 항목에 대해 동의를 철회합니다. 아래 <mark style="color:blue;">**토큰 권한검증**</mark> 링크를 통해 조회한 동의 항목 정보 중 동의 철회 가능 여부(`revocable`) 값이 `true`인 동의 항목만 철회 가능합니다. 동의 철회가 불가능한 동의 항목을 대상으로 요청한 경우 에러 응답을 받습니다.

{% content-ref url="/pages/aLl2VUFyhQ80iZ0PSgFc" %}
[토큰 권한검증](/google-api/references/google-login/verify-token.md)
{% endcontent-ref %}

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

## 설정 팝업

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

## 설정 필드

### Access Token

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

### 철회할 동의항목 목록

동의를 철회할 동의 항목 ID 목록을 배열 형태로 입력합니다. 토큰 권한검증API 응답에서 동의 철회 가능 여부(revocable) 값이 true인 동의 항목만 철회 가능합니다.

문서로 자세한 내용을 확인하시려면 카카오  API 문서를 통해 확인해 주세요.

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

## 응답

응답 내용은 토큰 권한검증 내용과 동일합니다. 아래 링크는 카카오 API 문서의 동의내역 확인하기 링크입니다. 아래 링크를 통해 자세한 답변 내용을 확인 해 주세요.

<https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#check-consent-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/revoke.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.
