OpenSearchService / Client / delete_application

delete_application#

OpenSearchService.Client.delete_application(**kwargs)#

Deletes an existing OpenSearch Application.

See also: AWS API Documentation

Request Syntax

response = client.delete_application(
    id='string'
)
Parameters:

id (string) –

[REQUIRED]

Unique identifier for the OpenSearch Application that you want to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • OpenSearchService.Client.exceptions.BaseException

  • OpenSearchService.Client.exceptions.ResourceNotFoundException

  • OpenSearchService.Client.exceptions.ValidationException

  • OpenSearchService.Client.exceptions.AccessDeniedException

  • OpenSearchService.Client.exceptions.ConflictException

  • OpenSearchService.Client.exceptions.InternalException

  • OpenSearchService.Client.exceptions.DisabledOperationException