Users

Delete personal access token

Delete a token for the user by name.

post/api/users/{userId}/personal-access-tokens/delete

Path parameters

userIdstring required

The unique identifier of the user.

Request body

namestring required

The name of the token to delete.

Response

The token was deleted successfully.

Changes

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