Delete Trail
cloudtrail_delete_trail | R Documentation |
Deletes a trail¶
Description¶
Deletes a trail. This operation must be called from the Region in which
the trail was created. delete_trail
cannot be called on the shadow
trails (replicated trails in other Regions) of a trail that is enabled
in all Regions.
Usage¶
cloudtrail_delete_trail(Name)
Arguments¶
Name |
[required] Specifies the name or the CloudTrail ARN of the trail
to be deleted. The following is the format of a trail ARN.
|
Value¶
An empty list.
Request syntax¶
svc$delete_trail(
Name = "string"
)