Values.DeletePublishingDestinationRequestSourceDeletes the publishing definition with the specified destinationId.
type nonrec t = {detectorId : DetectorId.t;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 ListDetectors API.
*)destinationId : String_.t;The ID of the publishing destination to delete.
*)}