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

**********************
delete_evaluation_form
**********************



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

  

  Deletes an evaluation form in the specified Amazon Connect instance.

   

  
  * If the version property is provided, only the specified version of the evaluation form is deleted.
   
  * If no version is provided, then the full form (all versions) is deleted.
  

  

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


  **Request Syntax**
  ::

    response = client.delete_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: 

    The unique identifier for the evaluation form.

    

  
  
  :returns: None
  **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`

  