create_oauth_revoke
Revoke an OAuth access token to immediately invalidate it, preventing further use and securing user accounts.
Instructions
Revoke an access_token.
POST /oauth/revoke
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |