CloudWatchLogs / Client / delete_delivery
delete_delivery#
- CloudWatchLogs.Client.delete_delivery(**kwargs)#
- Deletes s 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 - Request Syntax- response = client.delete_delivery( id='string' ) - Parameters:
- id (string) – - [REQUIRED] - The unique ID of the delivery to delete. You can find the ID of a delivery with the DescribeDeliveries operation. 
- Returns:
- None 
 - Exceptions- CloudWatchLogs.Client.exceptions.ResourceNotFoundException
- CloudWatchLogs.Client.exceptions.ServiceUnavailableException
- CloudWatchLogs.Client.exceptions.ConflictException
- CloudWatchLogs.Client.exceptions.ValidationException
- CloudWatchLogs.Client.exceptions.ServiceQuotaExceededException
- CloudWatchLogs.Client.exceptions.ThrottlingException