:doc:`mgn <../../mgn>` / Client / delete_wave

***********
delete_wave
***********



.. py:method:: mgn.Client.delete_wave(**kwargs)

  

  Delete wave.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DeleteWave>`_  


  **Request Syntax**
  ::

    response = client.delete_wave(
        waveID='string',
        accountID='string'
    )
    
  :type waveID: string
  :param waveID: **[REQUIRED]** 

    Wave ID.

    

  
  :type accountID: string
  :param accountID: 

    Account ID.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`mgn.Client.exceptions.UninitializedAccountException`

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

  
  *   :py:class:`mgn.Client.exceptions.ConflictException`

  