---
title: "토큰 발급 취소"
method: POST
path: "/oauth/token/revoke"
tags: ["OAUTH APPLICATION API"]
---

# 토큰 발급 취소

`POST /oauth/token/revoke`

애플리케이션 생성 시 발급받은 client_id, client_secret을 이용해 발급 된 토큰을 취소 합니다.

일치하는 토큰이 삭제되며, 삭제하려는 토큰이 refresh_token인 경우 access_token도 함께 삭제 됩니다.

## Request body

- RevokeOAuthTokenRequestDto
  - `client_id` string, required — 등록 된 앱의 client_id
  - `client_secret` string, required — 앱 등록 시 발급받은 client_secret
  - `token` string, required — 삭제하려고 하는 토큰 정보

## Response `204`

---

[API](https://skmtc.dev/modusign/apis/modusign-api.md) · [All operations](https://skmtc.dev/modusign/apis/modusign-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modusign/modusign-api/revisions/5772e872cbf9/schema)
