Revoke MCP OAuth Token
curl --request POST \
--url https://api.neus.network/api/v1/auth/mcp/revoke \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'token=<string>' \
--data 'client_id=<string>'{
"error": {
"code": "<string>",
"message": "<string>",
"type": "<string>",
"details": "<unknown>"
},
"timestamp": "2023-11-07T05:31:56Z",
"requestId": "<string>"
}Revoke MCP OAuth Token
Revokes an MCP access token and all associated refresh tokens for the subject-client pair. Called when a user disconnects NEUS MCP from a client application, or when a token is suspected compromised.
POST
/
api
/
v1
/
auth
/
mcp
/
revoke
Revoke MCP OAuth Token
curl --request POST \
--url https://api.neus.network/api/v1/auth/mcp/revoke \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'token=<string>' \
--data 'client_id=<string>'{
"error": {
"code": "<string>",
"message": "<string>",
"type": "<string>",
"details": "<unknown>"
},
"timestamp": "2023-11-07T05:31:56Z",
"requestId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.neus.network/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/x-www-form-urlencoded
Response
Token revoked (or already inactive)
⌘I