Skip to content

Delete Log Group

cloudwatchlogs_delete_log_group R Documentation

Deletes the specified log group and permanently deletes all the archived log events associated with the log group

Description

Deletes the specified log group and permanently deletes all the archived log events associated with the log group.

Usage

cloudwatchlogs_delete_log_group(logGroupName)

Arguments

logGroupName

[required] The name of the log group.

Value

An empty list.

Request syntax

svc$delete_log_group(
  logGroupName = "string"
)