:doc:`MediaConnect <../../mediaconnect>` / Client / remove_bridge_source

********************
remove_bridge_source
********************



.. py:method:: MediaConnect.Client.remove_bridge_source(**kwargs)

  

  Removes a source from a bridge.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/RemoveBridgeSource>`_  


  **Request Syntax**
  ::

    response = client.remove_bridge_source(
        BridgeArn='string',
        SourceName='string'
    )
    
  :type BridgeArn: string
  :param BridgeArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the bridge that you want to update.

    

  
  :type SourceName: string
  :param SourceName: **[REQUIRED]** 

    The name of the bridge source that you want to remove.

    

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

    
    ::

      {
          'BridgeArn': 'string',
          'SourceName': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **BridgeArn** *(string) --* 

        The ARN of the bridge from which the source was removed.

        
      

      - **SourceName** *(string) --* 

        The name of the bridge source that was removed.

        
  
  **Exceptions**
  
  *   :py:class:`MediaConnect.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaConnect.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`MediaConnect.Client.exceptions.ConflictException`

  
  *   :py:class:`MediaConnect.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaConnect.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaConnect.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaConnect.Client.exceptions.ServiceUnavailableException`

  