:doc:`CloudWatchLogs <../../logs>` / Client / delete_destination

******************
delete_destination
******************



.. py:method:: CloudWatchLogs.Client.delete_destination(**kwargs)

  

  Deletes the specified destination, and eventually disables all the subscription filters that publish to it. This operation does not delete the physical resource encapsulated by the destination.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteDestination>`_  


  **Request Syntax**
  ::

    response = client.delete_destination(
        destinationName='string'
    )
    
  :type destinationName: string
  :param destinationName: **[REQUIRED]** 

    The name of the destination.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CloudWatchLogs.Client.exceptions.InvalidParameterException`

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

  
  *   :py:class:`CloudWatchLogs.Client.exceptions.OperationAbortedException`

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

  