CodeCatalyst.Client.delete_access_token(**kwargs)¶Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.
See also: AWS API Documentation
Request Syntax
response = client.delete_access_token(
id='string'
)
[REQUIRED]
The ID of the personal access token to delete. You can find the IDs of all PATs associated with your user account by calling ListAccessTokens.
{}
Response Structure
Exceptions
CodeCatalyst.Client.exceptions.ThrottlingExceptionCodeCatalyst.Client.exceptions.ConflictExceptionCodeCatalyst.Client.exceptions.ValidationExceptionCodeCatalyst.Client.exceptions.ServiceQuotaExceededExceptionCodeCatalyst.Client.exceptions.ResourceNotFoundExceptionCodeCatalyst.Client.exceptions.AccessDeniedException