Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 750 Bytes

File metadata and controls

35 lines (27 loc) · 750 Bytes
layout toc title slug
docs-api
toc-api-admin.html
POST /auth/revoke
url label
/docs/api/admin
admin
url label
/docs/api/admin/methods
methods
revoke token

Revoke an access token

Headers

Header Value
Authorization Bearer [token]
Content-type application/json

Arguments

The request body must be a JSON string with the following fields:

Field Description
token The token to revoke

Response

Status Code Reason Response
200 Success none
401 Not authorized none