Permanently deactivates the API key used to make this request. This action is
irreversible. After revocation, the key will return 401 on all subsequent calls.
If you have an active Stripe subscription, you must separately cancel it at
stripe.com — revoking the key does not cancel billing.
Use this tool when:
- You want to rotate your API key (revoke old, then provision a new one).
- You believe your key has been compromised.
Do NOT use this tool when:
- You want to check quota — use `get_api_key` instead.
- You intend to keep using the API — this is permanent.
Inputs:
- No body or query parameters. Auth is from the `Authorization: Bearer` header.
Returns:
- `revoked`: true.
- `note`: reminder about Stripe subscription cancellation.
Cost:
- Free. Does not count against the daily request limit.
Latency:
- Typical: <150ms, p99: <400ms.
Connector