토큰 발급 취소

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

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

Body Params
string
required

등록 된 앱의 client_id

string
required

앱 등록 시 발급받은 client_secret

string
required

삭제하려고 하는 토큰 정보

Response
204
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!