:doc:`FraudDetector <../../frauddetector>` / Client / delete_outcome

**************
delete_outcome
**************



.. py:method:: FraudDetector.Client.delete_outcome(**kwargs)

  

  Deletes an outcome.

   

  You cannot delete an outcome that is used in a rule version.

   

  When you delete an outcome, Amazon Fraud Detector permanently deletes that outcome and the data is no longer stored in Amazon Fraud Detector.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/DeleteOutcome>`_  


  **Request Syntax**
  ::

    response = client.delete_outcome(
        name='string'
    )
    
  :type name: string
  :param name: **[REQUIRED]** 

    The name of the outcome to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`FraudDetector.Client.exceptions.ValidationException`

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

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

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

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

  