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

*************************
delete_contact_evaluation
*************************



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

  

  Deletes a contact evaluation in the specified Amazon Connect instance.

  

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


  **Request Syntax**
  ::

    response = client.delete_contact_evaluation(
        InstanceId='string',
        EvaluationId='string'
    )
    
  :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 EvaluationId: string
  :param EvaluationId: **[REQUIRED]** 

    A unique identifier for the contact evaluation.

    

  
  
  :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`

  