:doc:`SageMaker <../../sagemaker>` / Client / delete_edge_deployment_plan

***************************
delete_edge_deployment_plan
***************************



.. py:method:: SageMaker.Client.delete_edge_deployment_plan(**kwargs)

  

  Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEdgeDeploymentPlan>`_  


  **Request Syntax**
  ::

    response = client.delete_edge_deployment_plan(
        EdgeDeploymentPlanName='string'
    )
    
  :type EdgeDeploymentPlanName: string
  :param EdgeDeploymentPlanName: **[REQUIRED]** 

    The name of the edge deployment plan to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceInUse`

  