:doc:`KendraRanking <../../kendra-ranking>` / Client / delete_rescore_execution_plan

*****************************
delete_rescore_execution_plan
*****************************



.. py:method:: KendraRanking.Client.delete_rescore_execution_plan(**kwargs)

  

  Deletes a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the ``Rescore`` API.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kendra-ranking-2022-10-19/DeleteRescoreExecutionPlan>`_  


  **Request Syntax**
  ::

    response = client.delete_rescore_execution_plan(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The identifier of the rescore execution plan that you want to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`KendraRanking.Client.exceptions.AccessDeniedException`

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

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

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

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

  
  *   :py:class:`KendraRanking.Client.exceptions.InternalServerException`

  