Users

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.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.