:doc:`DLM <../../dlm>` / Client / delete_lifecycle_policy

***********************
delete_lifecycle_policy
***********************



.. py:method:: DLM.Client.delete_lifecycle_policy(**kwargs)

  

  Deletes the specified lifecycle policy and halts the automated operations that the policy specified.

   

  For more information about deleting a policy, see `Delete lifecycle policies <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/view-modify-delete.html#delete>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/DeleteLifecyclePolicy>`_  


  **Request Syntax**
  ::

    response = client.delete_lifecycle_policy(
        PolicyId='string'
    )
    
  :type PolicyId: string
  :param PolicyId: **[REQUIRED]** 

    The identifier of the lifecycle policy.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DLM.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DLM.Client.exceptions.InternalServerException`

  
  *   :py:class:`DLM.Client.exceptions.LimitExceededException`

  