:doc:`GuardDuty <../../guardduty>` / Client / delete_threat_intel_set

***********************
delete_threat_intel_set
***********************



.. py:method:: GuardDuty.Client.delete_threat_intel_set(**kwargs)

  

  Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteThreatIntelSet>`_  


  **Request Syntax**
  ::

    response = client.delete_threat_intel_set(
        DetectorId='string',
        ThreatIntelSetId='string'
    )
    
  :type DetectorId: string
  :param DetectorId: **[REQUIRED]** 

    The unique ID of the detector that is associated with the threatIntelSet.

     

    To find the ``detectorId`` in the current Region, see the Settings page in the GuardDuty console, or run the `ListDetectors <https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html>`__ API.

    

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

    The unique ID of the threatIntelSet that you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`GuardDuty.Client.exceptions.BadRequestException`

  
  *   :py:class:`GuardDuty.Client.exceptions.InternalServerErrorException`

  