Deactivating an API token
Deactivating an API token means disabling or revoking the token so that it can no longer be used to authenticate or access the API. When an API token is deactivated, it stops working, any API calls made with it will fail ( usually with a 401 Unauthorized error).
Common reasons to deactivate an API token:
- Security concerns (e.g., it was leaked or compromised).
- The user or application associated with it no longer needs access.
- Token rotation or replacement (e.g., issuing a new token periodically).
- Account deactivation or cleanup of unused tokens.
Steps
-
To deactivate the External API token from the External API tile:
-
Once the API token is deactivated, the API token tile displayed the Delete
icon replacing the Deactivate
icon.