jira.js
    Preparing search index...

    Function deleteApiToken

    • Deletes a specifid API token by ID.

      Parameters

      • client: Client
      • parameters: { accountId: string; tokenId: string }
        • accountId: string

          The ID of the user

        • tokenId: string

          The ID of the API token

      • Optionaloptions: RequestOptions

      Returns Promise<void>