No results for ""
EXPAND ALL
  • Home
  • API docs

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:

  1. Click the gear icon in the left sidenav to view Organization settings.
  2. Click Authorization.
  3. Find your token in the "Access tokens" section.
  4. 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:

A new access token with the "Clone token" and "Delete token" options called out.
A new access token with the "Clone token" and "Delete token" options called out.

You can also use the REST API: Delete access token