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

**********************************
delete_delivery_destination_policy
**********************************



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

  

  Deletes a delivery destination policy. For more information about these policies, see `PutDeliveryDestinationPolicy <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html>`__.

  

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


  **Request Syntax**
  ::

    response = client.delete_delivery_destination_policy(
        deliveryDestinationName='string'
    )
    
  :type deliveryDestinationName: string
  :param deliveryDestinationName: **[REQUIRED]** 

    The name of the delivery destination that you want to delete the policy for.

    

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

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

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

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

  