v1

latestOpenAPI 3.0.02026-07-2457351270.1 KB
OAUTH APPLICATION API

토큰 발급 취소

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

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

post/oauth/token/revoke

Request body

client_idstring required

등록 된 앱의 client_id

client_secretstring required

앱 등록 시 발급받은 client_secret

tokenstring required

삭제하려고 하는 토큰 정보