Revoke App Token
ethora-app-tokens-revoke-v2Permanently revoke an app token by tokenId — it stops working immediately; any client, SDK, or MCP session still using it gets auth failures. No replacement is issued.
Auth: B2B mode (ethora-auth-use-b2b + a configured b2bToken). Errors: 401/403 not in B2B mode; 400 no appId and none selected; 404 unknown appId. Related: get tokenId from ethora-app-tokens-list-v2; ethora-app-tokens-rotate-v2 for revoke-and-replace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | 24-char hex appId the token belongs to. Optional — defaults to the app set via `ethora-app-select`. | |
| tokenId | Yes | Id of the token to revoke. Get it from `ethora-app-tokens-list-v2`. | |
| timeoutMs | No | HTTP timeout for this request, in milliseconds. Default 10000. |