:doc:`ARCZonalShift <../../arc-zonal-shift>` / Client / delete_practice_run_configuration

*********************************
delete_practice_run_configuration
*********************************



.. py:method:: ARCZonalShift.Client.delete_practice_run_configuration(**kwargs)

  

  Deletes the practice run configuration for a resource. Before you can delete a practice run configuration for a resource., you must disable zonal autoshift for the resource. Practice runs must be configured for zonal autoshift to be enabled.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/arc-zonal-shift-2022-10-30/DeletePracticeRunConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_practice_run_configuration(
        resourceIdentifier='string'
    )
    
  :type resourceIdentifier: string
  :param resourceIdentifier: **[REQUIRED]** 

    The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.

    

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

    
    ::

      {
          'arn': 'string',
          'name': 'string',
          'zonalAutoshiftStatus': 'ENABLED'|'DISABLED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.

        
      

      - **name** *(string) --* 

        The name of the resource that you deleted the practice run for.

        
      

      - **zonalAutoshiftStatus** *(string) --* 

        The status of zonal autoshift for the resource.

        
  
  **Exceptions**
  
  *   :py:class:`ARCZonalShift.Client.exceptions.InternalServerException`

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

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

  
  *   :py:class:`ARCZonalShift.Client.exceptions.ThrottlingException`

  
  *   :py:class:`ARCZonalShift.Client.exceptions.AccessDeniedException`

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

  