:doc:`Connect <../../connect>` / Client / deactivate_evaluation_form

**************************
deactivate_evaluation_form
**************************



.. py:method:: Connect.Client.deactivate_evaluation_form(**kwargs)

  

  Deactivates an evaluation form in the specified Amazon Connect instance. After a form is deactivated, it is no longer available for users to start new evaluations based on the form.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeactivateEvaluationForm>`_  


  **Request Syntax**
  ::

    response = client.deactivate_evaluation_form(
        InstanceId='string',
        EvaluationFormId='string',
        EvaluationFormVersion=123
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

  
  :type EvaluationFormId: string
  :param EvaluationFormId: **[REQUIRED]** 

    The unique identifier for the evaluation form.

    

  
  :type EvaluationFormVersion: integer
  :param EvaluationFormVersion: **[REQUIRED]** 

    A version of the evaluation form. If the version property is not provided, the latest version of the evaluation form is deactivated.

    

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

    
    ::

      {
          'EvaluationFormId': 'string',
          'EvaluationFormArn': 'string',
          'EvaluationFormVersion': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **EvaluationFormId** *(string) --* 

        The unique identifier for the evaluation form.

        
      

      - **EvaluationFormArn** *(string) --* 

        The Amazon Resource Name (ARN) for the evaluation form resource.

        
      

      - **EvaluationFormVersion** *(integer) --* 

        The version of the deactivated evaluation form resource.

        
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

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

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

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Connect.Client.exceptions.ResourceConflictException`

  