v1
latestOpenAPI 3.0.12026-08-0435481.5 MBUsers
Delete personal access token
Delete a token for the user by name using the legacy path parameter. Deprecated: use the POST /delete endpoint instead to avoid url name encoding issues.
delete/api/users/{userId}/personal-access-tokens/{name}
Path parameters
userIdstring required
The unique identifier of the user.
namestring required
The name of the token.
Response
The token was deleted successfully.