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

***************
delete_delivery
***************



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

  

  Deletes a *delivery*. A delivery is a connection between a logical *delivery source* and a logical *delivery destination*. Deleting a delivery only deletes the connection between the delivery source and delivery destination. It does not delete the delivery destination or the delivery source.

  

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


  **Request Syntax**
  ::

    response = client.delete_delivery(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The unique ID of the delivery to delete. You can find the ID of a delivery with the `DescribeDeliveries <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeDeliveries.html>`__ operation.

    

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

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

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

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

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

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

  