GuardDuty.Client.delete_publishing_destination(**kwargs)¶Deletes the publishing definition with the specified destinationId .
See also: AWS API Documentation
Request Syntax
response = client.delete_publishing_destination(
DetectorId='string',
DestinationId='string'
)
[REQUIRED]
The unique ID of the detector associated with the publishing destination to delete.
[REQUIRED]
The ID of the publishing destination to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
GuardDuty.Client.exceptions.BadRequestExceptionGuardDuty.Client.exceptions.InternalServerErrorException