delete_archive

EventBridge.Client.delete_archive(**kwargs)

Deletes the specified archive.

See also: AWS API Documentation

Request Syntax

response = client.delete_archive(
    ArchiveName='string'
)
Parameters
ArchiveName (string) --

[REQUIRED]

The name of the archive to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • EventBridge.Client.exceptions.ConcurrentModificationException
  • EventBridge.Client.exceptions.ResourceNotFoundException
  • EventBridge.Client.exceptions.InternalException