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

**********************
delete_source_location
**********************



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

  

  Deletes a source location. A source location is a container for sources. For more information about source locations, see `Working with source locations <https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html>`__ in the *MediaTailor User Guide*.

  

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


  **Request Syntax**
  ::

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

    The name of the source location.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  