:doc:`ARCRegionswitch <../../arc-region-switch>` / Client / delete_plan

***********
delete_plan
***********



.. py:method:: ARCRegionswitch.Client.delete_plan(**kwargs)

  

  Deletes a Region switch plan. You must specify the ARN of the plan to delete.

   

  You cannot delete a plan that has an active execution in progress.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/arc-region-switch-2022-07-26/DeletePlan>`_  


  **Request Syntax**
  ::

    response = client.delete_plan(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the plan.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  
  *   :py:class:`ARCRegionswitch.Client.exceptions.IllegalStateException`

  