jira.js
Guide
GitHub
Preparing search index...
userManagement
deleteApiToken
Function deleteApiToken
deleteApiToken
(
client
:
Client
,
parameters
:
{
accountId
:
string
;
tokenId
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
void
>
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
Optional
options
:
RequestOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Deletes a specifid API token by ID.