:doc:`CodeBuild <../../codebuild>` / Client / delete_source_credentials

*************************
delete_source_credentials
*************************



.. py:method:: CodeBuild.Client.delete_source_credentials(**kwargs)

  

  Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteSourceCredentials>`_  


  **Request Syntax**
  ::

    response = client.delete_source_credentials(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the token.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'arn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        The Amazon Resource Name (ARN) of the token.

        
  
  **Exceptions**
  
  *   :py:class:`CodeBuild.Client.exceptions.InvalidInputException`

  
  *   :py:class:`CodeBuild.Client.exceptions.ResourceNotFoundException`

  