:doc:`EventBridge <../../events>` / Client / delete_archive

**************
delete_archive
**************



.. py:method:: EventBridge.Client.delete_archive(**kwargs)

  

  Deletes the specified archive.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/DeleteArchive>`_  


  **Request Syntax**
  ::

    response = client.delete_archive(
        ArchiveName='string'
    )
    
  :type ArchiveName: string
  :param ArchiveName: **[REQUIRED]** 

    The name of the archive to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`EventBridge.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`EventBridge.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`EventBridge.Client.exceptions.InternalException`

  