Cloning and deleting access tokens
Read time: 1 minute
Last edited: Oct 02, 2024
Overview
This topic explains how to clone and delete API access tokens.
Clone and delete access tokens
To clone or delete an access token:
- Click the gear icon in the left sidenav to view Organization settings.
- Click Authorization.
- Find your token in the "Access tokens" section.
- Click the overflow menu for the token and select from the menu:
- "Clone token": Clones the access token. This allows you to create multiple access tokens with the same set of permissions, rather than having to fill out each token's information in the "Create an access token" panel.
- "Delete token": Deletes the access token. If you delete a token, API calls made with that token return
401 Unauthorized
status codes.
Here is a screenshot of the clone and delete options:
You can also use the REST API: Delete access token