:doc:`MediaTailor <../../mediatailor>` / Client / delete_live_source

******************
delete_live_source
******************



.. py:method:: MediaTailor.Client.delete_live_source(**kwargs)

  

  The live source to delete.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteLiveSource>`_  


  **Request Syntax**
  ::

    response = client.delete_live_source(
        LiveSourceName='string',
        SourceLocationName='string'
    )
    
  :type LiveSourceName: string
  :param LiveSourceName: **[REQUIRED]** 

    The name of the live source.

    

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

    The name of the source location associated with this Live Source.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  