token_revoked
HTTP 401: Token revoked
When it occurs
The token is real and was once valid, but its operator revoked it at /team/tokens. The platform keeps the revoked record rather than deleting it, so a caller of a dead token gets this specific answer instead of the generic token_invalid.
What to do next
Create a replacement token at /team/tokens. Nothing about the revoked token itself is recoverable through the API; see /docs/contract/how-to/revoked-token for the full re-auth path.