SecurityAgent / Client / delete_target_domain

delete_target_domain

SecurityAgent.Client.delete_target_domain(**kwargs)

Deletes a target domain registration. After deletion, the domain can no longer be used for penetration testing.

See also: AWS API Documentation

Request Syntax

response = client.delete_target_domain(
    targetDomainId='string'
)
Parameters:

targetDomainId (string) –

[REQUIRED]

The unique identifier of the target domain to delete.

Return type:

dict

Returns:

Response Syntax

{
    'targetDomainId': 'string'
}

Response Structure

  • (dict) –

    Output for the DeleteTargetDomain operation.

    • targetDomainId (string) –

      The unique identifier of the deleted target domain.