Difference between delete token API and revoke token API Databricks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 03:48 AM - edited 04-01-2024 03:49 AM
Hi Community,
I am trying to understand the difference between:
- Delete token API: DELETE /api/2.0/token-management/tokens/{token_id}
- Revoke token API: POST /api/2.0/token/delete
As, when I create more than 600 tokens - I am getting QUOTA_EXCEEDED error. Hence, I want to remove few of the tokens to create a new token. But it is not working.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 09:37 AM
Delete token API doc link: https://docs.databricks.com/api/workspace/tokenmanagement/delete
Revoke token API doc link: https://docs.databricks.com/api/workspace/tokens/revoketoken

