Skip to content

Delete Publishing Destination

guardduty_delete_publishing_destination R Documentation

Deletes the publishing definition with the specified destinationId

Description

Deletes the publishing definition with the specified destinationId.

Usage

guardduty_delete_publishing_destination(DetectorId, DestinationId)

Arguments

DetectorId

[required] The unique ID of the detector associated with the publishing destination to delete.

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

DestinationId

[required] The ID of the publishing destination to delete.

Value

An empty list.

Request syntax

svc$delete_publishing_destination(
  DetectorId = "string",
  DestinationId = "string"
)