GuardDuty / Client / delete_threat_entity_set

delete_threat_entity_set

GuardDuty.Client.delete_threat_entity_set(**kwargs)

Deletes the threat entity set that is associated with the specified threatEntitySetId.

See also: AWS API Documentation

Request Syntax

response = client.delete_threat_entity_set(
    DetectorId='string',
    ThreatEntitySetId='string'
)
Parameters:
  • DetectorId (string) –

    [REQUIRED]

    The unique ID of the detector associated with the threat entity set resource.

    To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

  • ThreatEntitySetId (string) –

    [REQUIRED]

    The unique ID that helps GuardDuty identify which threat entity set needs to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions