# Revoke a token (/developer/api-reference/oauth/OAuthPublicController_revoke)

## POST /oauth/revoke
```json
{
  "operationId": "OAuthPublicController_revoke",
  "parameters": [],
  "requestBody": {
    "required": true,
    "content": {
      "application/json": {
        "schema": {
          "$ref": "#/components/schemas/RevokeArgs"
        }
      }
    }
  },
  "responses": {
    "201": {
      "description": ""
    }
  },
  "summary": "Revoke a token",
  "tags": [
    "OAuth"
  ]
}
```