Delete Archive
eventbridge_delete_archive | R Documentation |
Deletes the specified archive¶
Description¶
Deletes the specified archive.
Usage¶
eventbridge_delete_archive(ArchiveName)
Arguments¶
ArchiveName |
[required] The name of the archive to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_archive(
ArchiveName = "string"
)