Box · Schema
Token revocation request
A request to revoke an OAuth 2.0 token
Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
Properties
| Name | Type | Description |
|---|---|---|
| client_id | string | The Client ID of the application requesting to revoke the access token. |
| client_secret | string | The client secret of the application requesting to revoke an access token. |
| token | string | The access token to revoke. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PostOAuth2Revoke",
"title": "Token revocation request",
"type": "object",
"description": "A request to revoke an OAuth 2.0 token",
"required": [
"grant_type"
],
"properties": {
"client_id": {
"type": "string",
"description": "The Client ID of the application requesting to revoke the\naccess token.",
"example": "ly1nj6n11vionaie65emwzk575hnnmrk"
},
"client_secret": {
"type": "string",
"description": "The client secret of the application requesting to revoke\nan access token.",
"example": "hOzsTeFlT6ko0dme22uGbQal04SBPYc1"
},
"token": {
"type": "string",
"format": "token",
"description": "The access token to revoke.",
"example": "n22JPxrh18m4Y0wIZPIqYZK7VRrsMTWW"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/box-postoauth2revoke"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.