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.BaseExceptionOpenSearchService.Client.exceptions.ResourceNotFoundExceptionOpenSearchService.Client.exceptions.ValidationExceptionOpenSearchService.Client.exceptions.AccessDeniedExceptionOpenSearchService.Client.exceptions.ConflictExceptionOpenSearchService.Client.exceptions.InternalExceptionOpenSearchService.Client.exceptions.DisabledOperationException