:doc:`OpenSearchService <../../opensearch>` / Client / delete_application

******************
delete_application
******************



.. py:method:: OpenSearchService.Client.delete_application(**kwargs)

  

  Deletes a specified OpenSearch application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteApplication>`_  


  **Request Syntax**
  ::

    response = client.delete_application(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The unique identifier of the OpenSearch application to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`OpenSearchService.Client.exceptions.BaseException`

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

  
  *   :py:class:`OpenSearchService.Client.exceptions.ValidationException`

  
  *   :py:class:`OpenSearchService.Client.exceptions.AccessDeniedException`

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

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

  
  *   :py:class:`OpenSearchService.Client.exceptions.DisabledOperationException`

  